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 104797 - Issues with getting slider information
Issues with getting slider information
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: gail
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
Depends on: 104811
Blocks:
 
 
Reported: 2003-01-30 11:56 UTC by padraig.obriain
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
[ Option 1 ] and a scale |0.00 | and an animation: (31.92 KB, image/jpeg)
2003-01-31 09:28 UTC, Adi Dascal
  Details
[ Option 1 ] and a scale: | 100.0| and an animation: (31.97 KB, image/jpeg)
2003-01-31 09:30 UTC, Adi Dascal
  Details
[ Option 1 ] and a scale: | 51.5 | and an animation: (34.77 KB, image/jpeg)
2003-01-31 09:33 UTC, Adi Dascal
  Details
Propoesd implementation (21.18 KB, patch)
2003-03-05 16:19 UTC, padraig.obriain
none Details | Review

Description padraig.obriain 2003-01-30 11:56:06 UTC
If a slider value is displayed on the screen, it is not possible to
determine the text of the value or the position of the displayed value.
Comment 1 bill.haneman 2003-01-30 12:04:14 UTC
shouldn't this be a gtk+ bug then?
Comment 2 padraig.obriain 2003-01-30 13:33:35 UTC
Could someone clarify for me what accessibility features we are unable
to offer as we cannot report the text and position of the text
associated with a slider.

I will use this to justify the GTK bug I will raise.
Comment 3 Adi Dascal 2003-01-30 13:47:20 UTC
It is needed for the spacial screen-review. This accessibility feature
is intended to be a "screenshot" containg all the "text" information
on the screen, arranged on lines. In a line, elements should be
arraged too.
For example, a line that contains a button and a slider will look like
this (in case that slider will provide the displayed text)
[  OK  ]   |     50    |
[  OK  ]   |0          |
[  OK  ]   |        100|
Comment 4 padraig.obriain 2003-01-30 17:19:48 UTC
In addition to the text and the extents of the text, do you need the
extents of each character of the text? This will impact what API
additions I propose for GTK.

I am confused by the diagram you have drawn in that I do not
understand where the 0 and 100 come from. I assyme that the 50 is the
text displayed for the value of a horizontal slider.
Comment 5 Adi Dascal 2003-01-31 09:24:02 UTC
"In addition to the text and the extents of the text, do you need the
extents of each character of the text?"
That is correct. I need the same information as for any other text
that you provide.


"I am confused by the diagram you have drawn in that I do not
understand where the 0 and 100 come from. I assyme that the 50 is the
text displayed for the value of a horizontal slider."

What I meant in my drawing was : the displayed "text" (value) of the
slider it's displayed at a certain position, depending on the value.
In my drawings I assumed that the slider has values between 0 and 100,
so I draw 3 cases: if the value is 0 the value will be displayed in
the left part of the slider, if it is 50 than it will be displayed in
the midlle etc.

For a better understanding I will attach 3 screenshots and hor each
one I will write you the way that the line (containing the slider)
would look.






Comment 6 Adi Dascal 2003-01-31 09:28:11 UTC
Created attachment 13983 [details]
[   Option 1    ] and a scale |0.00          | and an animation:
Comment 7 Adi Dascal 2003-01-31 09:30:53 UTC
Created attachment 13984 [details]
[   Option 1    ] and a scale: |          100.0| and an animation:
Comment 8 Adi Dascal 2003-01-31 09:33:03 UTC
Created attachment 13985 [details]
[   Option 1    ] and a scale: |     51.5   | and an animation:
Comment 9 padraig.obriain 2003-02-04 09:36:01 UTC
Thanks for the clarification.

Fixing this bug must wait on bug 104811.
Comment 10 padraig.obriain 2003-03-05 16:19:08 UTC
Created attachment 14792 [details] [review]
Propoesd implementation
Comment 11 padraig.obriain 2003-03-05 16:20:00 UTC
The patch I have attached requires the patch attached to bug 104811.
Comment 12 Calum Benson 2003-04-03 15:08:12 UTC
Updating status_whiteboard field to reflect A11Y team's assessment 
of accessibility impact.
Comment 13 Calum Benson 2003-08-07 16:06:09 UTC
Apologies for spam... marking as GNOMEVER2.3 so it appears on the official GNOME
bug list :)
Comment 14 padraig.obriain 2004-02-23 16:34:18 UTC
Patch committed to CVS HEAD.