Bug 509872 - ContextMenuStrip: menu items receive "focused" state, but do not have "focusable" state
Summary: ContextMenuStrip: menu items receive "focused" state, but do not have "focusa...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 1.0
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 10:56 UTC by Ray Wang
Modified: 2009-07-02 02:57 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
sample script (883 bytes, text/plain)
2009-06-04 11:02 UTC, Ray Wang
Details

Note You need to log in before you can comment on or make changes to this bug.
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