Bug 509436

Summary: ToolStripDropDownButton,ToolStripMenuItem:when the menu item is focused, it loss focusable state
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High CC: cachen
Version: Release 1.0   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2009-06-03 09:43:31 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.
Comment 1 calen chen 2009-06-04 02:07:44 UTC
mark it duplicated!

*** This bug has been marked as a duplicate of bug 503725 ***