Bugzilla – Bug 503278
MainMenu: menu missing "selected" and "focused" states
Last modified: 2009-06-25 14:40:49 UTC
PROBLEM STATEMENT: when you are clicking or using "Alt+F" to access "File" menu in MainMenu sample, the "File" menu should obtain "focused" and "selected" states. since it is really focused and selected. REPRODUCE: 1. start uia2atk/test/samples/menustrip.py or mainmenu.py 2. start accerciser 3. navigate to one of the menus from left side 4. click "interface viewer" and "Accessible" 5. click one of the menus (e.g. File or Edit menu) or use shortcut key to access the menu. 6. look at the states of the menu RESULTS: lack of "focused" and "selected" states for Menu control. EXPECTED RESULTS: the menu should has "focused" and "selected" states
Ray, I do not believe this bug is valid. Notice that the keyboard focus actually goes to the first menu item of the "File" menu when Alt+F is pressed. There does appear to be a couple of related bugs, however. I have logged them; here they are: Bug 516129 - MainMenu: Menu items and submenus never receive "focused" and "selected" states Bug 516132 - MainMenu: top-level menu accessibles do not receive "selected" state when dropped down Please mark this bug as invalid if you agree with me.
Yes, you are correct. please make it as invalid. but I suspect the "File" menu could get "selected" state at least?
oh sorry, you've reported that bug as bug 516132, thank you, please resolve this bug :)