Bugzilla – Bug 487654
"focused" and "selected" states are missing when navigate to a menu item.
Last modified: 2009-06-01 07:36:01 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"
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.
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.
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
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. :)
bug 503725 is well documented the new bug which explains at comment 4, so I close this bug.