Bug 516132

Summary: MainMenu: top-level menu accessibles do not receive "selected" state when dropped down
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: Normal    
Priority: P5 - None CC: cachen
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: Integration Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Brian Merrell 2009-06-24 16:50:45 UTC
PROBLEM STATEMENT

Top-level menus should receive the "selected" state when they have been dropped down.  This currently works as expected with the ToolStrip and MenuStrip controls.  However, it is not working for the MainMenu control.

REPRO

1.  Run uia2atk/test/samples/mainmenu.py
2.  Run Accerciser, open the interface viewer, and expand the "Accessible" expander.
3.  In Accerciser's left pane, browse to and select the "File" menu.  Notice that is has the "selectable" state.
4.  Press Alt+Tab to return to the MainMenu sample application
5.  Press Alt+F to drop down the "File" menu
6.  Check the list of states in Accerciser's interface viewer

RESULTS

The "File" menu accessible does not receive the "selected" state

EXPECTED RESULTS

The "File" menu accessible should the "selected" state

COMMENTS

Again, currently you can verify the correct behavior with the MenuStrip and ToolStrip controls.