Opened 15 years ago

Closed 15 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)

3553.patch (4.6 KB) - added by Martin Kou 15 years ago.
3553_2.patch (3.3 KB) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 15 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

Changed 15 years ago by Martin Kou

Attachment: 3553.patch added

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review? added

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.

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

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 15 years ago by Martin Kou

Attachment: 3553_2.patch added

comment:4 Changed 15 years ago by Martin Kou

Keywords: Review? added; Review- removed

comment:5 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:6 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [3527]. The editor toolbar can now be collapsed with Alt+-.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy