Bug 516132 - MainMenu: top-level menu accessibles do not receive "selected" state when dropped down
Summary: MainMenu: top-level menu accessibles do not receive "selected" state when dro...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 16:50 UTC by Brian Merrell
Modified: 2009-07-01 15:55 UTC (History)
1 user (show)

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-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.