Bug 503278

Summary: MainMenu: menu missing "selected" and "focused" states
Product: [Mono] UI Automation Reporter: Ray Wang <rawang>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: VERIFIED INVALID QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 :)