Opened 15 years ago
Closed 15 years ago
#5171 closed Bug (fixed)
Dialogs with lists do not have proper labels for lists
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Confirmed | Cc: | Joek |
Description
The following dialogs have lists but the list labels are not read correctly by JAWS:
- smiley (reads as undefined)
- special character (generic Options label used)
- templates (generic Options label used)
Change History (5)
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 15 years ago by
The expectation here would be that the label for the options should indicate what kind of options are selectable. In this case sighted users know that there is just one list in the dialog, but a JAWS user won't know if this is list one of one or if there are other options in the dialog. Making the label explicit would remove any doubt.
comment:3 Changed 15 years ago by
Keywords: | Confirmed added; Pending removed |
---|---|
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
Ok, sounds reasonable. Moving it to the 3.3 as it involves adding new entries to the language file.
comment:4 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
The Smiley dialog has been fixed with [5138] so it uses the generic "Options" label for it.
@damo, considering that the "Options" label is contextual, it looks like a good label for the list. What would you expect instead, and why?