Bugzilla – Bug 516132
MainMenu: top-level menu accessibles do not receive "selected" state when dropped down
Last modified: 2009-07-01 15:55:41 UTC
PROBLEM STATEMENT Top-level menus should receive the "selected" state when they have been dropped down. This currently works as expected with the ToolStrip and MenuStrip controls. However, it is not working for the MainMenu control. REPRO 1. Run uia2atk/test/samples/mainmenu.py 2. Run Accerciser, open the interface viewer, and expand the "Accessible" expander. 3. In Accerciser's left pane, browse to and select the "File" menu. Notice that is has the "selectable" state. 4. Press Alt+Tab to return to the MainMenu sample application 5. Press Alt+F to drop down the "File" menu 6. Check the list of states in Accerciser's interface viewer RESULTS The "File" menu accessible does not receive the "selected" state EXPECTED RESULTS The "File" menu accessible should the "selected" state COMMENTS Again, currently you can verify the correct behavior with the MenuStrip and ToolStrip controls.