Bug 519664 - MainMenu: top-level menu accessibles should receive "focused" state when dropped down
Summary: MainMenu: top-level menu accessibles should receive "focused" state when drop...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i586 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-07-07 03:07 UTC by Feng Xia Mu
Modified: 2009-07-07 06:06 UTC (History)
0 users

See Also:
Found By: ---
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 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.