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 135366 - In command line applet window screen reader do not read the complet line.
In command line applet window screen reader do not read the complet line.
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mini-commander
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
AP3
Depends on:
Blocks:
 
 
Reported: 2004-02-25 06:41 UTC by Chandrashekhar. Korlahalli
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.00 KB, patch)
2004-03-24 09:13 UTC, padraig.obriain
none Details | Review

Description Chandrashekhar. Korlahalli 2004-02-25 06:41:55 UTC
In  command line applet > preference window > general page tab, move the 
focus on width widget. Screen reader do not read the complete  line, it 
leaves out unit pixvels.. Screen reader read it as “ width colon spin 
button event value 100 “

Expected:
When focus moves on to the widget, screen reader should read the complete 
line. As “ width spin button wvent value 15o pixceels. “.
Comment 1 padraig.obriain 2004-02-25 11:25:31 UTC
Transferring to gnopernicus for evaluation of what would be required.
Comment 2 padraig.obriain 2004-02-25 11:42:55 UTC
*** Bug 135356 has been marked as a duplicate of this bug. ***
Comment 3 Dana Ormenisan 2004-02-25 15:14:43 UTC
There is no relation between the spin button and 'pixels' label. But
even if we have a relation I think the only solution for this problem
is scripting. 
Comment 4 bill.haneman 2004-03-22 17:41:13 UTC
LABELLED_BY relation is required between 'pixels' and spinbutton.
Comment 5 bill.haneman 2004-03-22 17:42:04 UTC
135356 is not a dup
Comment 6 padraig.obriain 2004-03-22 18:15:57 UTC
If we add a LABELLED_BY relation betwen the label pixels and the
spinbutton then the spinbutton will have two LABELLED_BY relations. Do
we have a way to determine which label should be spoken first?
Comment 7 padraig.obriain 2004-03-24 09:13:51 UTC
Created attachment 25913 [details] [review]
Proposed patch
Comment 8 Kjartan Maraas 2004-04-28 22:08:57 UTC
Is this safe for 2.6.x?
Comment 9 Dennis Smit 2004-06-07 15:43:06 UTC
Submitted to CVS HEAD.

Thanks Padriag

2004-06-07  Dennis Smit  <ds@nerds-incorporated.org>

        Applied patch to fix ally issues for bug #135366.

        Patch by: Padraig O'Briain  <padraig.obriain@sun.com>