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 364386 - Duration should be accessible for blind users.
Duration should be accessible for blind users.
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
2.16.x
Other All
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-23 11:29 UTC by Tim Miao
Modified: 2006-10-31 11:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patch that adds label-for/labeled-by relationship to duration (1.59 KB, patch)
2006-10-24 16:08 UTC, Robin Sonefors (ozamosi)
none Details | Review

Description Tim Miao 2006-10-23 11:29:31 UTC
Please describe the problem:
This is an a11y bug for sound-juicer. The duration information should be accessible for blind users.

Steps to reproduce:
1. Launch orca and sound-juicer.
2. Insert a music cd.
3. Waiting for sound-juicer reading the disc information.

Actual results:
The sound-juicer could calculate the total time of playback, but this is not accessible for blind users using orca.

Expected results:
The duration information should be accessible.

Does this happen every time?
Yes.

Other information:
No.
Comment 1 Willie Walker 2006-10-23 12:54:23 UTC
Orca can get this information via flat review of the window, but I agree that putting the the total duration information in the tab order and making sure there is a label_for/labelled_by relation between the "Duration:" label and the actual total duration would be a good thing.
Comment 2 Tim Miao 2006-10-23 13:11:41 UTC
Sure. This information can be retrieved with orca flat review mode, I agree with that making relation between them does make more sense to user when tabbing.
Comment 3 Robin Sonefors (ozamosi) 2006-10-24 16:08:52 UTC
Created attachment 75312 [details] [review]
Patch that adds label-for/labeled-by relationship to duration

I'm believe this patch does what's required.

When tabbing, duration already get's selected - that was part of the problem, right? The other part is making sure orca says that the number with a colon in the middle is the duration (relationship with the label), right?

This patch adds that relationship.
Comment 4 Ross Burton 2006-10-31 11:04:22 UTC
Committed to cvs, thanks.