Bug 503278 - MainMenu: menu missing "selected" and "focused" states
Summary: MainMenu: menu missing "selected" and "focused" states
Status: VERIFIED INVALID
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 02:00 UTC by Ray Wang
Modified: 2009-06-25 14:40 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 Ray Wang 2009-05-13 02:00:18 UTC
PROBLEM STATEMENT:
when you are clicking or using "Alt+F" to access "File" menu in MainMenu sample, the "File" menu should obtain "focused" and "selected" states. since it is really focused and selected. 

REPRODUCE:
1. start uia2atk/test/samples/menustrip.py or mainmenu.py
2. start accerciser
3. navigate to one of the menus from left side
4. click "interface viewer" and "Accessible"
5. click one of the menus (e.g. File or Edit menu) or use shortcut key to access the menu.
6. look at the states of the menu

RESULTS:
lack of "focused" and "selected" states for Menu control.

EXPECTED RESULTS:
the menu should has "focused" and "selected" states
Comment 1 Brian Merrell 2009-06-24 16:53:23 UTC
Ray, I do not believe this bug is valid.  Notice that the keyboard focus actually goes to the first menu item of the "File" menu when Alt+F is pressed.  There does appear to be a couple of related bugs, however.  I have logged them; here they are:

Bug 516129 - MainMenu: Menu items and submenus never receive "focused" and "selected" states

Bug 516132 - MainMenu: top-level menu accessibles do not receive "selected" state when dropped down

Please mark this bug as invalid if you agree with me.
Comment 2 Ray Wang 2009-06-25 01:55:55 UTC
Yes, you are correct. please make it as invalid. 
but I suspect the "File" menu could get "selected" state at least?
Comment 3 Ray Wang 2009-06-25 01:58:47 UTC
oh sorry, you've reported that bug as bug 516132, thank you, please resolve this bug :)