Bug 512103 - ContextMenuStrip: when the ContextMenu have been destroied, "focused" state still remain on the menu item of the ContextMenu
Summary: ContextMenuStrip: when the ContextMenu have been destroied, "focused" state s...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 1.0
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 07:17 UTC by Ray Wang
Modified: 2009-07-01 15:56 UTC (History)
1 user (show)

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


Attachments
sample script (1.28 KB, text/plain)
2009-06-11 07:18 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-11 07:17:06 UTC
PROBLEM STATEMENT:
When you left click mouse or press "Return" to select a menu item, the context menu will be destroyed. but "focused" state is still remain on the menu item.

REPRODUCE:
1. Run uia2atk/test/sample/contextmenustrip.py
2. Run the script which I attached
3. See output

RESULTS:
There is a "focused" on menu item. 
[STATE_DEFUNCT, STATE_FOCUSED]

EXPECTED RESULTS:
There may be only one state. STATE_DEFUNCT ?
Comment 1 Ray Wang 2009-06-11 07:18:38 UTC
Created attachment 297390 [details]
sample script