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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -40,6 +40,20 @@ If I recall correctly, this works fine for regular menus. ------- Additional Comments From [EMAIL PROTECTED] 2007-08-08 12:14 ------- Created an attachment (id=19740) Repro + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-08 18:29 ------- +Fixed in r83697. Thanks! + +2007-08-08 Jonathan Pobst <[EMAIL PROTECTED]> + + * 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] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
