|
Bugzilla – Full Text Bug Listing |
| Summary: | OpenFileDialog: PopupButton has wrong states -- Everything fixed except +/- "focused" state. | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| 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 | ||
| Version: | Release 1.0 | ||
| 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: | |||
| Bug Blocks: | 474647 | ||
| Attachments: | Part of fix, with test | ||
|
Description
calen chen
2009-02-12 08:09:55 UTC
Add Comments: Press Tab can focus to popupButtonPanel, then press keyDown/Up can move focus between popupButtons, so do you think we need provide "focusable" and "+-focused"? Good catch, Calen. Taking bug. Sandy, can you update the estimate for this bug? Thanks. P1s and P2s automatically go into Release 1.0. Frustratingly, focus change events do not work for PopupButton at this time. Thanks for catching this; we'll need to patch MWF to make it work correctly. As for removing Selectable/Selected, that seems to contradict the resolution of bug #457990. Seems it was decided that all tool bar items would be marked Selectable, and would be marked Selected when focused. Of course, I could be misunderstanding that part. Will at least fix Focusable, which is not set due to a bug in our stuff. Then all that is left to do is the MWF patch (and after Thursday I will file the MWF blocker bug). Created attachment 278976 [details]
Part of fix, with test
This at least makes the PopupButton show up as Focusable, and includes a test for the states.
Confused about a bunch of bridge test regressions I'm seeing (that seem unrelated to my patch), so holding off on committing this.
Comment on attachment 278976 [details]
Part of fix, with test
Patch committed in r129154 of UIAutomationWinforms and UiaAtkBridge.
Retargetting to 1.1 for rest of fixes, unassigning. This bug as it was originally described in the summary and description are fixed. This bug is now tracking the lack of "focused" state for the PopopButton accessible. I am changing the summary to indicate this, but we should open new bugs for situations like this in the future. |