Opened 11 years ago
Closed 11 years ago
#10430 closed defect (fixed)
TitlePane: JAWS does not speak the title of a locked title pane
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Accessibility | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using Firefox 3.5 and JAWS 11, if you tab to the locked title pane in dijit/test/test_TitlePane.html, JAWS does not speak the title.
This is because the title pane is given a role of "presentation" when it is locked. JAWS does not speak items marked as presentation. Need to change the role to heading.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | 10430.patch added |
---|
comment:1 Changed 11 years ago by
Looks good, i'll check that in, plus the change to remove the tabIndex for that node.
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [20924]) For non-toggleable TitlePanes, the title should not be in the tab order (since it's just basically a heading, not something the user can click on). Also, setting the title's wairole to "heading", since that's what it most closely resembles.
Fixes #10430: JAWS does not speak the title of a locked title pane.
Fix from Becky and me.
!strict
simple one line patch that only affects a11y - would like to include in 1.4