[Mono-bugs] [Bug 82376][Nor] Changed - [2.0] MenuStrip does not respect MenuAccessKeysUnderlined setting

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 8 18:29:54 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by monkey at jpobst.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82376

--- shadow/82376	2007-08-08 14:36:03.000000000 -0400
+++ shadow/82376.tmp.22829	2007-08-08 18:29:54.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82376
 Product: Mono: Class Libraries
 Version: 1.2
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
@@ -40,6 +40,20 @@
 If I recall correctly, this works fine for regular menus.
 
 ------- Additional Comments From gert.driesen at pandora.be  2007-08-08 12:14 -------
 Created an attachment (id=19740)
 Repro
 
+
+------- Additional Comments From monkey at jpobst.com  2007-08-08 18:29 -------
+Fixed in r83697.  Thanks!
+
+2007-08-08  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ToolStrip.cs: Record if we were activated by mouse or keyboard.  Redraw
+	when we are dismissed to clear keyboard mnemonics.
+	* MenuStrip.cs, ToolStripDropDown.cs, ToolStripItem.cs, 
+	ToolStripMenuItem.cs: Record if we were activated by mouse or keyboard.
+	* ToolStripItemTextRenderEventArgs.cs: Draw mnemonic underlines if menu
+	was activated by keyboard or the OS tells us to always draw them.
+	* ToolStripManager.cs: Setup storage for activated by mouse or keyboard.
+	[Fixes bugs #82376, #82377]


More information about the mono-bugs mailing list