Bug 483224 - ComboBox, Simple style: Extraneous "focuable" state for "text"
Summary: ComboBox, Simple style: Extraneous "focuable" state for "text"
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 0.9.1
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-08 07:55 UTC by Ray Wang
Modified: 2009-07-02 05:48 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.