|
Bugzilla – Full Text Bug Listing |
| Summary: | MenuStrip: menu loses "focused" and "selected" after mouse clicks and moves away | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Brian Merrell <bgmerrell> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | VERIFIED INVALID | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | cachen |
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| 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-29 07:07:32 UTC
This is very similar to Bug 508079, which deals with ToolStripMenuItem instead of MenuStrip. in Brian's EXPECTED RESULT: "When using the keyboard to navigate a Gtk example, the "focused" state is added to the menu accessible, only the "selected" state is added. " should be replaced by "When using the keyboard to navigate a Gtk example, the "focused" state is not added to the menu accessible, only the "selected" state is added. " For the gtkmenubar.py, pressing Alt+F to open the "File" menu and pressing down and press right to move to the "foo" menu item,the "selected" state remains on the menu but "focused" state do not.Besides, on the screen, only one 'focused' spot. So I think the "EXPECTED RESULT" shoule be :The "File" menu accessible should not lose the "selected" states. For the gtkmenubar.py, mouse clike the "File" menu ,and then pressing down and press right to move to the "foo" menu item,the "selected" and "focused" states on the "File" menu all the time. but I still think "focused" state should add to the "File" menu all the time, because as the cursor moves the focus should change. Because of Felicia's helpful comments and my typo in the EXPECTED RESULTS, I logged a new bug (Bug 518827) so that it will be easier for the developers to understand. Please read this new bug, Felicia. I believe I included all of the information from your comments in the new bug, but feel free to add comments if I missed something. Thanks. |