Bug 487654

Summary: "focused" and "selected" states are missing when navigate to a menu item.
Product: [Mono] UI Automation Reporter: Ray Wang <rawang>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: VERIFIED FIXED QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Release 1.0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 479397    
Bug Blocks:    

Description Ray Wang 2009-03-23 07:46:47 UTC
PROBLEM STATEMENT:
when you press the toggle button and press "Up/Down" to navigate to a menu item. The certain menu item should have "selected" and "focused" states. but they are missing at the 1.0 release..

REPRODUCE:
1. start up uia2atk/test/samples/toolstripsplitbutton.py and accerciser
2. navigate to one of the menu items from left, and open "Accessible" from "interface viewer" from right side.
3. click the toggle button and press "Up/Down" to navigate to the menu item which you are observing.

RESULTS:
there only 5 states, "enabled", "selectable", "sensitive", "visible", "showing"

EXPECTED RESULTS:
there should be 7 states, "enabled", "selectable", "sensitive", "visible",
"showing", "selected", "focused"
Comment 1 Brian Merrell 2009-04-14 17:42:03 UTC
This also true for menu items of a menu in a menu strip.  It is probably true for all menu items that are children of menus.  I am editing the summary to make it more general.
Comment 2 Andres Aragoneses 2009-04-25 01:09:45 UTC
After some investigation, I've determined that this bug depends on 479397, or it may be fixed when I apply the patch for that one.
Comment 3 Brian Merrell 2009-05-20 02:23:43 UTC
Verified fixed in:

mono-core-133896-945.i586.rpm
mono-winforms-133896-945.i586.rpm
uiaatkbridge-134036-662.i586.rpm
uiautomationwinforms-134003-667.i586.rpm
Comment 4 Ray Wang 2009-05-21 04:04:41 UTC
Hey Brian, I think there is still one problem, "focusable" becomes "focused" when the menu item is focused. I know you have already reported that bug. just want to let you know this issue. :)
Comment 5 Ray Wang 2009-06-01 07:36:01 UTC
bug 503725 is well documented the new bug which explains at comment 4, so I close this bug.