After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 519550 - gtk-demo/role_label.py regression test #7 produces the wrong results.
gtk-demo/role_label.py regression test #7 produces the wrong results.
Status: RESOLVED DUPLICATE of bug 519545
Product: orca
Classification: Applications
Component: general
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks: 519271
 
 
Reported: 2008-02-29 15:53 UTC by Rich Burridge
Modified: 2008-03-05 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2008-02-29 15:53:16 UTC
This is on latest Ubuntu Hardy:

EXPECTED:
     "BUG? - text selection not presented in speech or braille",
     "BRAILLE LINE:  'gtk-demo Application Information Alert This message box has been popped up the following",
     "number of times: Label'",
     "BUG? - the cursor is wrong in the following braille output",
     "     VISIBLE:  'This message box has been popped', cursor=1",
     "BRAILLE LINE:  'gtk-demo Application Information Alert This message box has been popped up the following",
     "number of times: Label'",
     "BUG? - the cursor is wrong in the following braille output",
     "     VISIBLE:  'This message box has been popped', cursor=1",
     "SPEECH OUTPUT: 'This message box has been popped up the following",
     "number of times:'",
     "SPEECH OUTPUT: 'label'",
     "SPEECH OUTPUT: 'This message box has been popped up the following",
     "number of times:'",
     "SPEECH OUTPUT: 'label'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Information Alert This message box has been popped up the following $l'",
     "     VISIBLE:  'This message box has been popped', cursor=2",
     "BRAILLE LINE:  'gtk-demo Application Information Alert This message box has been popped up the following $l'",
     "     VISIBLE:  'This message box has been popped', cursor=2",
     "SPEECH OUTPUT: 'This message box has been popped up the following",
     "number of times:'",
     "SPEECH OUTPUT: 'label'",
     "SPEECH OUTPUT: 'This message box has been popped up the following",
     "number of times:'",
     "SPEECH OUTPUT: 'label'",
[FAILURE WAS EXPECTED - LOOK FOR BUG? IN EXPECTED RESULTS]

Need to determine why there was no text selection presented for speech
or braille.

Also need to determine if the cursor is wrong in the braille output.
It looks like this might be correct now and the regression test just 
needs updating

Possible duplicate of bug #519549.
Comment 1 Rich Burridge 2008-03-05 18:17:14 UTC
Actually a duplicate of bug #519545. Patch coming soon (to that bug).


*** This bug has been marked as a duplicate of 519545 ***