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 11:59:58.000000000 -0400 +++ shadow/82376.tmp.15355 2007-08-08 11:59:58.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 82376 +Product: Mono: Class Libraries +Version: 1.2 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [2.0] MenuStrip does not respect MenuAccessKeysUnderlined setting + +Currently Mono's MenuStrip does not respect the value of +SystemInformation.MenuAccessKeysUnderlined. On Linux this always returns +false, while on Windows this corresponds with the "Hide underlined letters +for keyboard navigation until I press the Alt key" setting and the value +is obtained using the Win32 API. + +To reproduce: +1. compile and run the attached source code. +2. follow the on-screen instructions. + +Changing the "Hide underlined letters for keyboard navigation until I +press the Alt key" setting should affect the result. + +When "Hide underlined letters for keyboard navigation until I press the +Alt key" is enabled, then on Mono the mnenonic characters for non-toplevel +menu items are always underlined. They should only be underlined after +pressing the Alt key or if the "Hide..." setting is disabled. + +When the "Hide..." setting is disabled, then the mnemonic characters +should always be underlined. + +If I recall correctly, this works fine for regular menus. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
