|
Bugzilla – Full Text Bug Listing |
| Summary: | DateTimePicker: some children are not accessible by orca | ||
|---|---|---|---|
| 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: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
calen chen
2009-05-08 03:33:35 UTC
Good catch. It appears the focus state isn't being added. Part of the fix for this is in winforms, so you'll need to upgrade to r133782 on mono-2-4 or r133783 if you track Mono trunk. The rest is waiting for review at http://reviews.mono-a11y.org/r/195. Fixed in trunk r133897 and in 1.0 branch r133898. Hi Brad, now orca can work well with spin button, but still have some problems in CheckBox and TreeTable, so I reopen it, please take a look, thanks :) 1. I think CheckBox should have 'focused' default, because navigation start from checkbox when press keyLeft/Right. also CheckBox should raise 'focused' again when navigate to it. 2. due to first problem that orca still can't read CheckBox element and can't read checked or unchecked. 3. click weekday or month TreeTable in UI, then press *keyUp that orca will read the selected tablecell, but press *keyDown that orca not only read the selected tablecell but also read "unselected" that may mislead user. I think just read which one is selected is enough. Test in rpm version: mono-core-133896-945 uiaatkbridge-133942-660 uiautomationwinforms-133940-665 Unassigning as we're focusing on the 2.0 work atm. |