Opened 15 years ago
Closed 15 years ago
#5713 closed Bug (fixed)
Chrome: Form elements are added on the beginning of the document
Reported by: | Tobiasz Cudnik | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Chrome Confirmed Review+ | Cc: |
Description
In Chrome, form elements are always added on the beginning of the document. it doesn't matter carret is positioned.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5713.patch added |
---|
comment:3 Changed 15 years ago by
There's potential bug we don't know before for webkit, that we can't set tabIndex directly on iframe/textarea, otherwise later when you blur them (by moving focus out of editor), the previous selection will NOT be able to restore.
comment:4 Changed 15 years ago by
Keywords: | Review+ added |
---|
Another simpler way that describe the bug:
It's a old regression from 3.2 from [5134].