[Mono-bugs] [Bug 82374][Nor] Changed - [2.0] ToolStrip: NRE in ProcessMnemonic
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 8 14:35:34 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=82374
--- shadow/82374 2007-08-08 14:35:16.000000000 -0400
+++ shadow/82374.tmp.19119 2007-08-08 14:35:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82374
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
@@ -21,6 +21,19 @@
2. follow the on-screen instructions.
------- Additional Comments From gert.driesen at pandora.be 2007-08-08 11:50 -------
Created an attachment (id=19739)
Repro
+
+------- Additional Comments From monkey at jpobst.com 2007-08-08 14:35 -------
+Fixed in r83684. Thanks!
+
+2007-08-08 Jonathan Pobst <monkey at jpobst.com>
+
+ * Control.cs: If no one accepts a mnemonic, let the MenuStrip have a
+ shot at having it because Alt was pressed.
+ * MenuStrip.cs: When handling Alt, don't select a SystemMenuItem, select
+ the first real menu item.
+ * ToolStrip.cs: Don't crash when looking for a ToolStripItem to handle
+ a mnemonic if Text is null.
+ [Fixes bug #82374]
More information about the mono-bugs
mailing list