Bugzilla – Bug 484228
ComboBox: Menu under ComboBox has extraneous "focusable" and "focused" states
Last modified: 2009-04-01 07:00:34 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?
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.