Bug 476202 - orca test - checkbox indicator and name change order in flat-review
Summary: orca test - checkbox indicator and name change order in flat-review
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-16 15:43 UTC by Marco Skambraks
Modified: 2010-03-01 18:01 UTC (History)
1 user (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-16 15:43:11 UTC
usually, if a checkbox or radiobutton is focused
the order is:
indicator name - like this:
< > Fried Lizard
if I switch to flat-review the result should be:
BRAILLE LINE:  '< > Fried Lizard < > Soylent Green'
the current result is:
BRAILLE LINE:  'Fried Lizard < > Soylent Green < >'
just try the following checkbox test - or check it manually with the application uia2atk/test/samples/checkbox.py (orca flat-review = KP_Subtract)
uia2atk/test/keystrokes/winforms/checkbox.py
Comment 1 Brad Taylor 2009-03-04 16:28:25 UTC
Marco, do you understand what our part in Orca's braille output is?  How can we affect what it shows?  Namely, I don't really know why the '< >' part would be after the label.
Comment 2 Stefan Behlert 2009-07-17 13:38:16 UTC
Marco, could you provide the answer for Brad's question?
Comment 3 Marco Skambraks 2009-07-20 05:01:19 UTC
Stefan, no news about that problem!
it's unclear if it is an orca or mono problem, but I found this problem only in mono applications not in GTK applications