Bugzilla – Bug 509872
ContextMenuStrip: menu items receive "focused" state, but do not have "focusable" state
Last modified: 2009-07-02 02:57:53 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
Created attachment 296195 [details] sample script