Bug 484228

Summary: ComboBox: Menu under ComboBox has extraneous "focusable" and "focused" states
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: VERIFIED FIXED QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.