Bugzilla – Bug 508998
ToolStripMenuItem, MenuStrip: click action doesn't work for menuitems
Last modified: 2009-10-28 20:09:50 UTC
PROBLEM STATEMENT A ToolStripMenuItem, MenuStrip can be represented as a "menu" or a "menu item" accessible (depending on whether it has children or not). A ToolStripMenuItem and MenuStrip "menu item" accessible implement 'click' action, but it doesn't work. REPRO 1. Run Accerciser, open the "Interface Viewer" tab, and expand the "Accessible" expander 2. Run uia2atk/test/samples/toolstripmenuitem.py 3. In Accerciser's left pane, browse to and select the "Create" menu item (which is a child of the "View" menu). 4. under 'interface viewer', perform 'click' action 5. In Accerciser's left pane, browse to and select the "Open" menu item (which is a child of the "File" menu). 6. under 'interface viewer', perform 'click' action RESULTS click action doesn't invoke a dialog EXPECTED RESULTS doing click action for 'Create' and 'Open' menu item should invoke a dialog COMMENTS menu items in MenuStrip(menustrip.py) also have the same problem
Move all P1 and P2 bugs into Release 1.1 milestone.