Bug 535201 - Orca cannot read MenuItem of context strip
Summary: Orca cannot read MenuItem of context strip
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Unspecified
Hardware: x86 Linux
: P3 - Medium : Major
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 15:04 UTC by Brian Merrell
Modified: 2009-08-28 15:04 UTC (History)
0 users

See Also:
Found By: Integration Test
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 Brian Merrell 2009-08-28 15:04:11 UTC
PROBLEM STATEMENT

When opening the context menu of the contextmenu_menuitem.py sample, a new "Window" accessible appears when the context menu is open but Orca cannot read the context menu (despite being able to navigate the context menu items with the arrow keys)

REPRO

1.  Run Orca
2.  Run Accerciser
3.  Run uia2atk/test/samples/winforms/contextmenu_menuitem.py
4.  Press Numpad-asterisk to right-click to open the context menu
5.  Use the arrow keys to navigate through the menu items on the context menu 

RESULTS

Orca does not read the menu items as they are navigated in step 5.

EXPECTED RESULTS

COMMENTS

a new "Window" accessible appears in Accerciser, so it would seem that the context menu is at least somewhat accessible.  Additionally, the contextmenustrip.py application appears to function as expected.