Bug 484228 - ComboBox: Menu under ComboBox has extraneous "focusable" and "focused" states
Summary: ComboBox: Menu under ComboBox has extraneous "focusable" and "focused" states
Status: VERIFIED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 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-03-11 10:20 UTC by calen chen
Modified: 2009-04-01 07:00 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 calen chen 2009-03-11 10:20:42 UTC
REPRO:
1. run uia2atk/test/samples/combobox_dropdown.py or combobox_dropdownlist.py
2. run accerciser, expand ComboBox and select Menu in left treeview, see menu's states

RESULTS:

menu role has extraneous "focusable" and "focused" states

EXPECTED RESULTS:

menu role should have (Enabled, Selectable, Sensitive, Showing, Visible) states

COMMENTS:

test in uiautomationwinforms-129033-626 uiaatkbridge-129033-615 mono-uia-128899-262. is it relate to BUG483300?
Comment 1 calen chen 2009-04-01 07:00:34 UTC
currently, I have tried gtk.comboboxentry that gail provide focused for Menu, and I don't see focusable again, so I close this bug for the moment.