|
Bugzilla – Full Text Bug Listing |
| Summary: | Menu, Menu item loses "focusable" state when that item becomes focused | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Brian Merrell <bgmerrell> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | cachen |
| Version: | Release 1.0 | ||
| Target Milestone: | Release 1.1 | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | Integration Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Brian Merrell
2009-05-14 03:05:18 UTC
Setting to P2. I think it is really important that we get these state bugs nailed down. This bug creates issues for several tests. *** Bug 503359 has been marked as a duplicate of this bug. *** *** Bug 508974 has been marked as a duplicate of this bug. *** *** Bug 509436 has been marked as a duplicate of this bug. *** It's the same situation for Menu control in MenuStrip sample (you can try "New" menu as a example) I'm a little confused, the gtkMenuBar has the same problem, REPRO 1. Run uia2atk/test/samples/gtkmenubar.py 2. Run Accerciser, open the "Interface Viewer" tab, and expand the "Accessibles" expander to display the list of states 3. In Accerciser's left pane, expand the "File" menu and "Open Recent" menu under it, select the "foo" menu item . 4. Press Alt+F to open the file menu 5. Press Down and Right to select the "foo" menu item OUTPUT: the "foo" menu item loss 'focusable' but added 'focused'. (In reply to comment #6) [snip] > > OUTPUT: > the "foo" menu item loss 'focusable' but added 'focused'. I believe that the "foo" menu item never has the "focusable" state, so it is not exactly related to this bug. The behavior I see is more like Bug 512261. Regardless, I have logged the GNOME bug here: http://bugzilla.gnome.org/show_bug.cgi?id=583748 (In reply to comment #7) Brian you are right, thanks:) I think many controls menu, menu item have the similar problem like this bug, if you can verify the bug you can verify those: bug 512261 - ToolStripCombBox menu items receive "focused" state, but do not have "focusable" state bug 508974 - Menu: focusable state is changed to focused states bug 484228 - ComboBox: Menu under ComboBox has extraneous "focusable" and "focused" states bug 506744 - Drop-down CombBox menu items receive "focused" state, but do not have "focusable" state bug 506745 - DropDownList combo box receives "focused" state, but do not have "focusable" state bug 509872 - ContextMenuStrip: menu items receive "focused" state, but do not have "focusable" state bug 519114 - ComboBox_dropdown: since menu items under ComboBox can be "focused" they should have "focusable" states Move all P1 and P2 bugs into Release 1.1 milestone. |