Bugzilla – Bug 535201
Orca cannot read MenuItem of context strip
Last modified: 2009-08-28 15:04:21 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.