Bugzilla – Bug 519664
MainMenu: top-level menu accessibles should receive "focused" state when dropped down
Last modified: 2009-07-07 06:06:31 UTC
PROBLEM STATEMENT Top-level menus should receive the "focused" state when a mouse click or a click action on a MainMenu top-level menu. 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. 4. On GUI , mouse click the "File" menu 5. In Accerciser ,perform the 'click' action using the action interface of the accessible RESULTS step 4. The "File" menu accessible does not raise the "focused" state. step 5. The "File" menu accessible does not raise the "focused" state. EXPECTED RESULTS step 4. The "File" menu accessible should raise the "focused" state. step 5. The "File" menu accessible should raise the "focused" state.