Bug 519114

Summary: ComboBox_dropdown: since menu items under ComboBox can be "focused" they should have "focusable" states
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Release 1.0   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2009-07-03 09:13:48 UTC
REPRO:
1. run uia2atk/test/samples/combobox_dropdown.py 
2. run accerciser, expand ComboBox and select the menu item whose Name is "0" and Rolename is "menu item",  check the list of states in Accerciser's interface viewer.
3. on Gui, in drop down the combobox and select "0" 
4. check the list of states in Accerciser's interface viewer.

RESULTS:

step 2: the state = ['enabled','selectable','sensitive','visible',]
step 4: the state = ['enabled','selectable','sensitive','visible','focused', 'selected', 'showing' ]

EXPECTED RESULTS:

step 2: the state = ['enabled','sectable','sensitive','visible','focusable']
step 4: the state = ['enabled','selectable','sensitive','visible','focusable', 'focused', 'selected', 'showing' ]

COMMENTS:
for the step 2 and 4 , I hope 'focusable' in the state list.
Comment 1 Feng Xia Mu 2009-07-03 10:20:27 UTC
sorry the bug is duplicated with bug 506744

*** This bug has been marked as a duplicate of bug 506744 ***