Bugzilla – Bug 512103
ContextMenuStrip: when the ContextMenu have been destroied, "focused" state still remain on the menu item of the ContextMenu
Last modified: 2009-07-01 15:56:18 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 ?
Created attachment 297390 [details] sample script