|
Bugzilla – Full Text Bug Listing |
| Summary: | MainMenu, MenuStrip: menu item's "selected" state is missing when you select a menu item | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Ray Wang <rawang> |
| Component: | Winforms - ATK | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | cachen |
| Version: | Release 0.9.1 | ||
| Target Milestone: | Release 1.1 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ray Wang
2009-02-17 08:19:02 UTC
Hmm, I was discussing this with Calen, and I think I have to disagree with this. If the menu is not visible, it shouldn't have either Selected or Focused because it is not being interacted with visually. Yes, but I think we are not saying the same thing. if you look at menustrip.py sample, you will see there are only 1 depth menu items on the menustrip. those menu items have "showing" and "visible" states, and of course there are showed and visible. when you click or use shortcut to access the menu item, it is "selected", but it doesn't gain "focused" state, do you think it's correct? thanks :) Are the menu items keyboard focusable? I can't move my focus with tab or arrow keys, and I see no focus rectangle drawn around the menu, so that's why I'm coming to the conclusion that it shouldn't have Focused. Hey, brad, I accidentally found, if you start the sample and press "Alt+L", then you will see the focus, and you could press "tab" and "left/right" to transfer focus. that's weird :) remove NEEDINFO tag Ray, is this still an issue? When I select the "menu bar" accessible in Accerciser and type "acc.querySelection().selectChild(0)" in the IPython console, the "File" menu accessible receives the "selected" state. Hey Brian, seems like this is not a issue any more, please remove NEEDINFO and leave it as RESOLVED. thanks a lot! :) We should let Sandy (the assignee) mark it as resolved/fixed). I change the summary, since the bug is also happened on MainMenu. This bug for MenuStrip won't happen when you select a menu in "Selection" at menu bar level, but it is happened when you select a menu( item) in "Selection" at "File", "Edit" menu level. |