Bugzilla – Bug 503359
MenuStrip: double "focused" on menu accessibles
Last modified: 2009-07-02 07:36:18 UTC
PROBLEM STATEMENT: I assume there is only one "focused" state for the accessibles, but REPRODUCE: 1. run uia2atk/test/samples/menustrip.py 2. run accerciser 3. browser to and select "File" menu from left pane of Accerciser 4. open "Interface viewer" tab, and click "Accessible" 5. press "alt+F" shortcut key to access "File" menu 6. there are "selected" and "focused" states added for "File" menu in "States" textbox 7. browser to and select "New" menu item under "File" menu from left pane of Accerciser 6. press "alt+F" shortcut key to access "File" menu RESULTS: there are "selected" and "focused" states added for "New" menu item in "States" textbox for "File" menu: +focsed, +selected for "New" menu item: +focused, +selected, -focusable EXPECTED RESULTS: I guess "File" menu shouldn't has "focused" state, but "New" menu item? for "File" menu: +selected for "New" menu item: +focused, +selected, =focusable (= means not change) but the expected results that I'm not sure, COMMENT: Note that the "focusable" state of "New" menu item disappeared when you use "Alt+F" to access "File" menu, and "focused" state added for the "New" menu item.
the situation is very similar to bug 503725 *** This bug has been marked as a duplicate of bug 503725 ***
I think the bug is a little different from bug 503725. The bug focused on: "on one accessible there should not have two 'focused' states exist at same time". bug 503725 says: " Menu, Menu item loses "focusable" state when that item becomes focused", so I think it is nessary to reopen it.