[Mono-bugs] [Bug 368493] MenuStrip: Alt+_ goes to menu in some cases

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 11 16:10:09 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=368493

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=368493#c1


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2008-03-11 14:10:09 MST ---
Fixed in r97990.  Thanks for the report!

2008-03-11  Jonathan Pobst  <monkey at jpobst.com>

        * ContainerControl.cs: We can't do MenuStrip implicit mnemonics
        at the same time we do explicit ones, because we have to give all
        other controls on the container a chance to handle explicit ones
        first.  If no one has an explicit mnemonic, then we can let the
        MenuStrip have a shot at implicit mnemonics.
        * MenuStrip.cs: Create an implicit mnemonic function.
        * ToolStrip.cs: When processing explicit mnemonics, don't do implicit
        mnemonics for MenuStrips.
        [Fixes bug #368493]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list