GNOME Bugzilla – Bug 135366
In command line applet window screen reader do not read the complet line.
Last modified: 2004-12-22 21:47:04 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. “.
Transferring to gnopernicus for evaluation of what would be required.
*** Bug 135356 has been marked as a duplicate of this bug. ***
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.
LABELLED_BY relation is required between 'pixels' and spinbutton.
135356 is not a dup
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?
Created attachment 25913 [details] [review] Proposed patch
Is this safe for 2.6.x?
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>