Bugzilla – Bug 471405
ToolStripDropDownButton: keyUp/Down doesn't rise focused and selected states for menu items
Last modified: 2009-04-09 11:39:02 UTC
PROBLEM STATEMENT click ToolStripDropDownButton to expand menu, then use keyUp/Down to navigate, but it doesn't rise focused and selected states for that selected menu item REPRO: 1. run accerciser 2. run uia2atk/test/samples/toolstripdropdownbutton.py 3. in accerciser, expand 'ToolStripDropDownButton1' on the left tree, select Blue item which is with "menu item" role, 4. in application Gui, mouse click 'ToolStripDropDownButton1' to expand menu, press keyDown move to "Blue", in accerciser under "interface viewer" to see Blue item's states RESULTS: never rise "focused" and "selected" EXPECTED RESULTS: my expectation is like this: *"menu item" role do keyUp/Down: +-focused, +-selected(same Gtk.Menu(samples/gtkmenubar.py)) COMMENTS:
This appears to happen when I switch off and back on an item which I focused or unfocused, but we're not sending the correct state change event.
Focus is critical for ATs like Orca.
P1s and P2s automatically go into Release 1.0.
Fixed in r128911.
closed in rpm version: mono-uia-128899-262 uiautomationwinforms-128916-622 uiaatkbridge-128918-610
reopened in 1.0 rpm version: uiaatkbridge-1.0+129584-8 uiautomationwinforms-1.0+129584-5 mono-uia-1.0+129584-7 keyUp/Down, mouse cursor, AtkSelection(expand menu first) to navigate MenuItem doesn't comes focused and selected states
(In reply to comment #6) > keyUp/Down, mouse cursor, AtkSelection(expand menu first) to navigate MenuItem > doesn't comes focused and selected states Do you mean ToolStripMenuItem? This bug is about ToolStripDropDownButton, so the menu items are ToolStripMenuItems, not MenuItems. If you are having an issue with MenuItems, please close this again and open a new bug. I'm asking this because your scrum report referred to "menuitem.py".
Hi Sandy, I think ToolStripMenuItem also has this problem now, all controls that have children with MenuItem role are affected by menuitem.cs updated. I filed a new bug493560 and will closed this one