Opened 10 years ago
Closed 10 years ago
#13693 closed defect (fixed)
dijit.Toolbar - JAWS reads buttons that do no exist
Reported by: | Katie Vance | Owned by: | Katie Vance |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Accessibility | Version: | 1.6.1 |
Keywords: | a11y, JAWS | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Description
Jaws is announcing two buttons for each button in the toolbar. The second button it announces says "unlabeled 1 button".
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | 13693.patch added |
---|
comment:1 Changed 10 years ago by
The input button is split into two nodes in the template. I added role=presentation to the extra node, so that it is not read.
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Add presentation role to extra input node