|
Bugzilla – Full Text Bug Listing |
| Summary: | orca test - panel.py - checkbox and radiobutton not accessible | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Marco Skambraks <marco> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | cachen, mgorse |
| Version: | Release 0.9.1 | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | DeveloperNet | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Marco Skambraks
2009-02-11 14:19:44 UTC
I just looked into the code of uia2atk/test/samples/panel.py the checkbox "beef" is disabled self.check4.Text = "Beef" self.check4.Enabled = False the radiobutton "disabled" is also disabled so it is OK that I cannot jump to it with tab the radiobutton "female" is not disabled I can activate the radiobutton with the braille cursorrouting or if I navigate with orca to the "female" checkbox and do a mous click (KP_Div) after that the "male" radiobutton is not selected and I cannot tab to it anymore Marco, can you give us more detailed steps? This sounds to me like a Mono bug, but without more details, I can't be sure. I agree that this is a Mono bug. I was showing it to people last week, and Sandy made a test to reproduce it; we need to write a better test and file it upstream. Seems like Mike has the information asked for from Marco. |