Bug 535201

Summary: Orca cannot read MenuItem of context strip
Product: [Mono] UI Automation Reporter: Brian Merrell <bgmerrell>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Major    
Priority: P3 - Medium    
Version: Unspecified   
Target Milestone: ---   
Hardware: x86   
OS: Linux   
Whiteboard:
Found By: Integration Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.