Opened 13 years ago
Closed 13 years ago
#4956 closed defect (fixed)
Try using labelledby or describedby on the ProgressBar to provide access to the ProgressBar.report() text label
Reported by: | simonjb | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Try using labelledby or describedby on the ProgressBar to provide access to the ProgressBar.report() text label.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | 4956.patch added |
---|
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
attached patch improves the experience of screen reader users by also speaking the text description which is visible in the progress bar. Without this patch the screen reader just speaks the actual value rather than the percentage value. So, in the "x out out of 256 characters example" in tests/test_Progressbar.html, the screen readers were only speaking "x", even for the bars which displayed the percentage string.
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with changeset [11450] http://trac.dojotoolkit.org/changeset/11450 I put had a typo on the comments ($ instead of #) so this didn't get automatically associated.
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
needs to be checked into trunk also
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Checked into trunk also: [11453]
modifies template and update function