Bug 474781 - orca test - panel.py - checkbox and radiobutton not accessible
Summary: orca test - panel.py - checkbox and radiobutton not accessible
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 0.9.1
Hardware: 32bit openSUSE 11.0
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 14:19 UTC by Marco Skambraks
Modified: 2009-07-17 13:37 UTC (History)
2 users (show)

See Also:
Found By: DeveloperNet
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Skambraks 2009-02-11 14:19:44 UTC
in the sample application panel.py
the checkbox named "beaf" is not accessible - the checkbox never got the focus 
if you got through the controls with tab
I can only see the "beaf" checkbox if I switch to flat-review (kp_7 kp_9 kp_subtract)
it's almost the same with the gender radiobutton
"male" is selected and focused, but it is not posible to change this
only in flat-review the "female" and "disabled" radiobutton is visible
Comment 1 Marco Skambraks 2009-02-11 21:02:51 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
Comment 2 Brad Taylor 2009-03-04 16:26:20 UTC
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.
Comment 3 Michael Gorse 2009-03-04 17:29:24 UTC
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.
Comment 4 Stefan Behlert 2009-07-17 13:37:07 UTC
Seems like Mike has the information asked for from Marco.