|
Bugzilla – Full Text Bug Listing |
| Summary: | OpenFileDialog: PopupButtonPanel and PopupButton have wrong role name | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| Component: | Winforms - ATK | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | CONFIRMED --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Major | ||
| Priority: | P3 - Medium | ||
| Version: | Release 0.9 | ||
| Target Milestone: | Release 1.1 | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 475082 | ||
| Bug Blocks: | |||
|
Description
calen chen
2009-02-11 07:37:37 UTC
This is based on how it appears on Vista. I think your suggestion would be fine, but I don't see any problem with ToolBar and MenuItem. I am closing, but if this is causing behavior problems for you, please feel free to re-open. As far as I can tell, appearling as ToolBar/MenuItem is not hurting anything. Hi Sandy, I opened this bug just because MenuItem can't rise "focused" state information for Orca to speak out when doing KeyUp/Down action, even though MenuItem has "focusable" state. I am not sure why it appears ToolBar/MenuItem on Vista and HasKeyboardFocus always shows "False" when focus on one MenuItem. Do you have any idea? thanks! I think Comment#2 is relate to BUG475082, the goal is let orca can read the PopUpButtons, so please close this bug as soon as you fix bug475082, thanks :) The real bug here is that those buttons should be a ToggleButton, not a MenuItem. Working on it... (In reply to comment #4) > The real bug here is that those buttons should be a ToggleButton, not a > MenuItem. > > Working on it... As stated before, we do it as a MenuItem because that's how it appears in Vista. I think Calen's problem would be fixed if bug #475082 were fixed. I don't know if it's worth the effort to reimplement them as ToggleButtons, though that may be more correct, since in Vista they don't really have a button-like appearance. Your call. :-) |