[Mono-bugs] [Bug 82377][Cos] Changed - [2.0] MenuStrip: Mnemonic characters remain displayed
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 8 18:30:05 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=82377
--- shadow/82377 2007-08-08 14:36:15.000000000 -0400
+++ shadow/82377.tmp.22843 2007-08-08 18:30:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82377
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -24,6 +24,20 @@
2. follow the on-screen instructions.
------- Additional Comments From gert.driesen at pandora.be 2007-08-08 12:29 -------
Created an attachment (id=19741)
Repro
+
+------- Additional Comments From monkey at jpobst.com 2007-08-08 18:30 -------
+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