Bug 509872

Summary: ContextMenuStrip: menu items receive "focused" state, but do not have "focusable" state
Product: [Mono] UI Automation Reporter: Ray Wang <rawang>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None CC: cachen
Version: Release 1.0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: sample script

Description Ray Wang 2009-06-04 10:56:09 UTC
PROBLEM STATEMENT:
the menu items in contextmenustrip are able to get focused, so I believe having "focusable" state is reasonable.

REPRODUCE:
1. Run uia2atk/test/samples/contextmenustrip.py
2. Run the script attached
3. see the output

RESULTS:
ToolStrip Menu Item 1 States: [STATE_ENABLED, STATE_SELECTABLE, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE]

EXPECTED RESULTS:
+STATE_FOCUSABLE state
Comment 1 Ray Wang 2009-06-04 11:02:36 UTC
Created attachment 296195 [details]
sample script