Bug 508998 - ToolStripMenuItem, MenuStrip: click action doesn't work for menuitems
Summary: ToolStripMenuItem, MenuStrip: click action doesn't work for menuitems
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P2 - High : Major
Target Milestone: Release 1.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-02 07:17 UTC by calen chen
Modified: 2009-10-28 20:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.