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 519558 - gtk-demo/role_spin_button.py regression test #3 produces the wrong results.
gtk-demo/role_spin_button.py regression test #3 produces the wrong results.
Status: RESOLVED DUPLICATE of bug 519557
Product: orca
Classification: Applications
Component: general
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks: 519271
 
 
Reported: 2008-02-29 16:05 UTC by Rich Burridge
Modified: 2008-02-29 21:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2008-02-29 16:05:17 UTC
EXPECTED:
     "BUG? - Text is selected, but selection not presented.",
     "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
     "     VISIBLE:  'Hue: 240 $l', cursor=9",
     "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
     "     VISIBLE:  'Hue: 240 $l', cursor=9",
     "SPEECH OUTPUT: 'Hue:'",
     "SPEECH OUTPUT: 'spin button'",
     "SPEECH OUTPUT: '240'",
     "SPEECH OUTPUT: 'Alt h'",
     "SPEECH OUTPUT: 'Hue:'",
     "SPEECH OUTPUT: 'spin button'",
     "SPEECH OUTPUT: '240'",
     "SPEECH OUTPUT: 'Alt h'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
     "     VISIBLE:  'Hue: 240 $l', cursor=9",
     "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
     "     VISIBLE:  'Hue: 240 $l', cursor=9",
     "SPEECH OUTPUT: 'Hue:'",
     "SPEECH OUTPUT: 'spin button'",
     "SPEECH OUTPUT: '240'",
     "SPEECH OUTPUT: 'Alt h'",
     "SPEECH OUTPUT: 'Hue:'",
     "SPEECH OUTPUT: 'spin button'",
     "SPEECH OUTPUT: '240'",
     "SPEECH OUTPUT: 'Alt h'",
[FAILURE WAS EXPECTED - LOOK FOR BUG? IN EXPECTED RESULTS]

We need to determine why the text isn't being presented as selected.

Another possible duplicate of bug #519556.
Comment 1 Rich Burridge 2008-02-29 21:39:39 UTC
Duplicate of bug #519557 actually. Closing this one out,
and patching regression test #3 in the other bug.


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