Opened 14 years ago

Closed 13 years ago

#6296 closed Bug (duplicate)

Webkit doesn't focus on CKEditor when tabbing

Reported by: Marcos Wright Kuhns Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4
Keywords: tab tabindex webkit Cc:

Description

Tabbing into CKEditor not very intuitive in Webkit. In CKEditor 3.3 the editor appeared to be focused, but you couldn't actually type. In CKEditor 3.4 tabbing initially focuses on a DOM element that contains the CKEditor and requires a 2nd tab before you can actually type.

Attached are three files. The first two are HTML files that I've created to reproduce this problem in CKEditor 3.3 and 3.4. The second is a patch we're using internally to fix 3.3. I'm hoping it will shed some light on a patch for 3.4.

Attachments (3)

ckeditor_3_3.html (1.9 KB) - added by Marcos Wright Kuhns 14 years ago.
Reproduce the problem in CKEditor 3.3
ckeditor_3_4.html (1.9 KB) - added by Marcos Wright Kuhns 14 years ago.
Reproduce the problem in CKEditor 3.4
ckeditor_3_3.patch (954 bytes) - added by Marcos Wright Kuhns 14 years ago.
A patch for CKEditor 3.3

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Marcos Wright Kuhns

Attachment: ckeditor_3_3.html added

Reproduce the problem in CKEditor 3.3

Changed 14 years ago by Marcos Wright Kuhns

Attachment: ckeditor_3_4.html added

Reproduce the problem in CKEditor 3.4

Changed 14 years ago by Marcos Wright Kuhns

Attachment: ckeditor_3_3.patch added

A patch for CKEditor 3.3

comment:1 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

The patch brings another regression that we'd like to avoid (loosing text range after editor blur), anyway we'll be sorting all mess out at #6153, thanks for the high quality test case.

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