Opened 11 years ago
Closed 11 years ago
#11214 closed Bug (invalid)
Focusing not work when CKEditor deep in frame in IE6, IE8
Reported by: | xt21 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- put the attached files in samples directory
- start IE8 and open frame0.html
- highlight the text, for e.g. 456 in top frame and control-c to copy
- double click a word in second paragraph in the editor to highlight a word (mouse drag to select some text also has this issue) (Note, don't single click on editor or elsewhere after step3
- control-v to paste
Expected to replace the selected word with clipboard 456, but the text is inserted in the beginning.
Attachments (5)
Change History (7)
Changed 11 years ago by
Attachment: | frame0.html added |
---|
Changed 11 years ago by
Attachment: | frame1.html added |
---|
Changed 11 years ago by
Attachment: | frame2.html added |
---|
Changed 11 years ago by
Attachment: | frame3.html added |
---|
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Keywords: | frame removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.3.1 (GitHub - master) |
I think there are couple of errors here that cumulate.
- frameset is not supported in HTML5 -http://www.w3schools.com/tags/tag_frameset.asp. You should not use frames but rather one single page or iframes instead
- Pages have only frameset code. There is no doctype, no title which is invalid HTML and puts IE into quirks mode.
Please see attached sample which uses iframe, has doctype and IMO is correct and works.
NOTE: CKEditor 4 doesn't support IE6
Changed 11 years ago by
Attachment: | iframe0.html added |
---|
FCKEditor 2.6.10 also has this similar problem. But the behavior is more strange, control-v in step 5 will paste to the readonly textbox in the top frame.