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 340559 - Sliders that dispay text values have repetitive output
Sliders that dispay text values have repetitive output
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-03 19:41 UTC by Willie Walker
Modified: 2006-05-03 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to ignore changes in the text and just use the value for a slider (4.48 KB, patch)
2006-05-03 19:45 UTC, Willie Walker
accepted-commit_now Details | Review

Description Willie Walker 2006-05-03 19:41:17 UTC
The Orca configuration GUI has sliders where the slider values are displayed in text to the right of the slider.  The text to the right is held in the accessible text specialization of the slider, and this text is a little screwy in that the implementors of the slider support decided to put in a Unicode left-to-right character as part of the text, even though that is not painted on the screen.  

When Orca speaks these sliders, it speaks both the value and the text, which means it tends to speak the same thing twice, along with the left-to-right unicode character.
Comment 1 Willie Walker 2006-05-03 19:45:55 UTC
Created attachment 64767 [details] [review]
Patch to ignore changes in the text and just use the value for a slider