Bugzilla – Bug 483224
ComboBox, Simple style: Extraneous "focuable" state for "text"
Last modified: 2009-07-02 05:48:46 UTC
PROBLEM STATEMENT: ComboBox simple style(combo box) is consist of a "text" and "treetable" with "tablecell" children. when you check the text's states, there is a extraneous "focuable" state. since i could input characters into this text, so i guess the text has "focuable" state.is reasonable. REPRODUCE: 1. start uia2atk/test/samples/combo_simply.py and accerciser 2. navigate "ipy" -> "ComboBox control" -> combo box -> text 3. navigate "interface viewer" -> "Accessible" -> "States" RESULTS: no "focusable" state EXPECTED RESULTS: text has "focusable" state
seems like this bug was fixed.