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 132678 - ColorSelectionDialog has components that don't read out
ColorSelectionDialog has components that don't read out
Status: RESOLVED DUPLICATE of bug 118339
Product: atk
Classification: Platform
Component: gail
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
AP3
: 129672 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-01-27 17:23 UTC by Grant Gayed
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Grant Gayed 2004-01-27 17:23:43 UTC
When the ColorSelectionDialog is opened it just reads out "unknown" because
focus initially goes to the triangle in the chooser.  Next press Shift+Tab
to traverse and focus will go to its enclosing circle, which does not read
out anything.

I know that this dialog is not as commonly used by blind users, but there
are  use cases where they may, and widgets that read as "unknown" or empty
when traversed are confusing.
Comment 1 Grant Gayed 2004-01-27 17:37:13 UTC
I notice that this is similar to bug 123019, but with different
details.  Maybe it's a dup (?).
Comment 2 padraig.obriain 2004-01-28 09:56:49 UTC
The value "unknown" is the objects's role. The object in question
corresponds to a GtkHSV widget. The closest role I can find is
ATK_ROLE_DIAL.

What test program are you using?

I am using gtk-demo's color selector and I find when I press Shift+Tab
that focus goes to the OK button.
Comment 3 Grant Gayed 2004-01-28 13:08:43 UTC
I'm using gtk-demo too, and I notice that my original description is 
slightly wrong.  Initial focus actually goes to the wheel around the 
triangle, so the first Shift+Tab goes to OK as you said.

In general, "Unknown" is read out for whichever of the wheel and the 
triangle are traversed first when (shift+)tabbing around, and silence 
for the second.
Comment 4 padraig.obriain 2004-01-28 16:39:01 UTC
*** Bug 129672 has been marked as a duplicate of this bug. ***
Comment 5 Calum Benson 2004-01-28 17:14:04 UTC
Dropping to AP3 after thinking about it a bit-- agree with the
reporter's assessment that colour selection isn't usually crucial to
screenreader users, and also there are other accessible ways to select
colours in this dialog when necessary. Still needs fixing though, as
it can be confusing as noted.
Comment 6 padraig.obriain 2004-01-30 13:29:13 UTC

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