|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolStripDropDownButton: keyUp/Down doesn't rise focused and selected states for menu items | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| Component: | Winforms - General | Assignee: | Brad Taylor <btaylor1> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P2 - High | ||
| Version: | Release 0.9 | ||
| Target Milestone: | Release 1.0 | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 477893 | ||
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". |
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: