Opened 11 years ago
Closed 5 years ago
#9988 closed defect (patchwelcome)
ToggleButton: changed label not spoken properly by screen reader
Reported by: | Becky Gibson | Owned by: | mikeb |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Accessibility | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you change the label attribute on a ToggleButton? using buttonWidget.attr('label', 'new label) each time the button is pressed, JAWS does not speak the correct label.
I suspect this is a JAWS issue but creating this ticket in order to commit a test case.
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.5 → future |
---|
sent another inquiry to JAWS and Firefox developers - not likely to be fixed for 1.5 so moving to future.
comment:4 Changed 10 years ago by
Owner: | changed from Becky Gibson to bill |
---|
reassign due to inactive committer. please triage accordingly.
comment:5 Changed 8 years ago by
Owner: | changed from bill to mikeb |
---|---|
Status: | new → assigned |
Mike, can you check if this is still a problem with the latest version of JAWS?
comment:6 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
A pull request would be welcome for this if it is still an issue, but given the lack of activity over the past 5+ years, I'm closing this one.
(In [20290]) refs #9988 modified the first toggle button to change the label each time it is pressed.