Bug 483224

Summary: ComboBox, Simple style: Extraneous "focuable" state for "text"
Product: [Mono] UI Automation Reporter: Ray Wang <rawang>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None CC: cachen
Version: Release 0.9.1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ray Wang 2009-03-08 07:55:50 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
Comment 1 Ray Wang 2009-04-29 10:12:45 UTC
seems like this bug was fixed.