Opened 16 years ago
Closed 16 years ago
#3553 closed Bug (fixed)
Toolbar collapse feature isn't keyboard accessible
Reported by: | Damian | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Accessibility | Version: | |
Keywords: | IBM Review+ | Cc: |
Description
It doesn't appear to be possible to collapse and restore the toolbar using the keyboard only.
Attachments (2)
Change History (8)
comment:1 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3553.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
A would avoid adding that much code for a marginal feature, which doesn't bring that many benefits to visually impaired users. A simple keystroke combination would be enough for it, being also less intrusive during the toolbar navigation.
Changed 16 years ago by
Attachment: | 3553_2.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:5 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3527]. The editor toolbar can now be collapsed with Alt+-.
Converting the collapser button from <a> to <a href="..."> to allow keyboard focus does not work in IE. So I'm converting it to an <input type="button"> instead.