Bug 519664

Summary: MainMenu: top-level menu accessibles should receive "focused" state when dropped down
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Release 1.0   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2009-07-07 03:07:01 UTC
PROBLEM STATEMENT

Top-level menus should receive the "focused" state when a mouse click or a click action on a MainMenu top-level menu.

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.
4.  On GUI , mouse click the "File" menu
5.  In Accerciser ,perform the 'click' action using the action interface of the accessible

RESULTS

step 4. The "File" menu accessible does not raise the "focused" state.
step 5. The "File" menu accessible does not raise the "focused" state.

EXPECTED RESULTS

step 4. The "File" menu accessible should raise the "focused" state.
step 5. The "File" menu accessible should raise the "focused" state.