Bug 508998

Summary: ToolStripMenuItem, MenuStrip: click action doesn't work for menuitems
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Major    
Priority: P2 - High    
Version: Release 1.0   
Target Milestone: Release 1.1   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-06-02 07:17:51 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
Comment 1 Brad Taylor 2009-07-14 16:08:35 UTC
Move all P1 and P2 bugs into Release 1.1 milestone.