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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -21,6 +21,19 @@ 2. follow the on-screen instructions. ------- Additional Comments From [EMAIL PROTECTED] 2007-08-08 11:50 ------- Created an attachment (id=19739) Repro + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-08 14:35 ------- +Fixed in r83684. Thanks! + +2007-08-08 Jonathan Pobst <[EMAIL PROTECTED]> + + * 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] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
