Opened 15 years ago

Closed 15 years ago

#3951 closed Bug (fixed)

Reset size and lock ratio options not accessible in Image dialog

Reported by: Damian Owned by: Tobiasz Cudnik
Priority: Normal Milestone: CKEditor 3.0
Component: UI : Dialogs Version:
Keywords: IBM Confirmed Review+ Cc:

Description

The two options "reset size" and "lock ratio" are not keyboard accessible.

Attachments (3)

3951.patch (4.1 KB) - added by Tobiasz Cudnik 15 years ago.
3951_2.patch (4.8 KB) - added by Tobiasz Cudnik 15 years ago.
3951_3.patch (4.8 KB) - added by Tobiasz Cudnik 15 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 15 years ago by Tobiasz Cudnik

Component: GeneralUI : Dialogs
Keywords: Confirmed added
Owner: set to Tobiasz Cudnik
Status: newassigned

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3951.patch added

comment:2 Changed 15 years ago by Tobiasz Cudnik

Keywords: Review? added

I'm introducing new dialog's method addFocusable, which allows any element to be easily added to dialog's focus list. Keyboard events are transparently converted to mouse equivalents.

Element have to be browser-focusable to this to work.

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3951_2.patch added

comment:3 Changed 15 years ago by Tobiasz Cudnik

Corrected one unsatisfied reference, some coding style and added changelog entry.

comment:4 Changed 15 years ago by Garry Yao

Keywords: Review- added; Review? removed

As discussed with Tobiasz, the inner closure 'addFocusable' should be extracted.

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3951_3.patch added

comment:5 Changed 15 years ago by Tobiasz Cudnik

Keywords: Review? added; Review- removed

I've relocated Focusable declaration and removed module pattern. Also dialog reference is now passed as constructor parameter.

comment:6 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

This is a very good solution.

comment:7 Changed 15 years ago by Tobiasz Cudnik

Resolution: fixed
Status: assignedclosed

Fixed with [3911].

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