Opened 14 years ago
Closed 14 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)
Change History (4)
Changed 14 years ago by
Attachment: | ckeditor_3_3.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.
Reproduce the problem in CKEditor 3.3