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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=368493#c1


Jonathan Pobst <[EMAIL PROTECTED]> changed:

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




--- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-03-11 14:10:09 MST 
---
Fixed in r97990.  Thanks for the report!

2008-03-11  Jonathan Pobst  <[EMAIL PROTECTED]>

        * 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to