Bug 519114 - ComboBox_dropdown: since menu items under ComboBox can be "focused" they should have "focusable" states
Summary: ComboBox_dropdown: since menu items under ComboBox can be "focused" they sh...
Status: RESOLVED DUPLICATE of bug 506744
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i586 openSUSE 11.1
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-03 09:13 UTC by Feng Xia Mu
Modified: 2009-07-03 10:20 UTC (History)
0 users

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 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 ***