Bugzilla – Bug 509436
ToolStripDropDownButton,ToolStripMenuItem:when the menu item is focused, it loss focusable state
Last modified: 2009-06-04 02:07:44 UTC
REPRO: 1. run accerciser 2. run uia2atk/test/samples/toolstripdropdownbutton.py 3. in accerciser, expand 'ToolStripDropDownButton1' on the left tree, select Blue item which is with "menu item" role. 4. in application Gui, mouse click 'ToolStripDropDownButton1' to expand menu, move cursor to "Blue", in accerciser under "interface viewer" to see Blue item's states RESULTS: the Blue item has only "focused" state no "focusable" state EXPECTED RESULTS: the Blue item should both have "focused" and "focusable" state when it is focused. COMMENT the problem occurs on ToolStripMenuItem control, any focused menu item lack of "focusable" state.
mark it duplicated! *** This bug has been marked as a duplicate of bug 503725 ***