Bugzilla – Bug 506745
DropDownList combo box receives "focused" state, but do not have "focusable" state
Last modified: 2009-07-02 03:34:53 UTC
PROBLEM STATEMENT A DropDownList ComboBox control accessible receives the "focused" state, but does not have the "focusable" state. REPRODUCTION STEPS 1. Run uia2atk/test/samples/combobox_stylechanges.py 2. Click on the "DropDownList" button of the combobox_stylechanges.py application. (The default ComboBox style of the combobox_stylechanges.py application is "DropDown", which doesn't have this problem because the combo box is never actually focused). 3. Run Accerciser, open the "Interface Viewer" tab and expand the "Accessible" expander. (This will reveal the "States" list, which shows the current states of the selected accessible.) 4. In Accerciser's left pane, browse to and select the "combo box" accessible 5. Use Alt+Tab to return to the combobox_stylechanges.py application (entitled "ComboBox Style Changes") 6. Press Tab until the keyboard focus arrives at the ComboBox 7. Notice the states in Accerciser's interface viewer (while the combobox_stylechanges.py application window is still active) RESULTS The combo box has the "focused" state, but has no "focusable" state EXPECTED RESULTS I would expect the menu item to have the "focusable" state COMMENTS Gtk+ has the same behavior we do. I logged a GNOME bug here: http://bugzilla.gnome.org/show_bug.cgi?id=583749