#9042 closed Bug (fixed)
Safari: cke_pastebin remains in editor body after pasting
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | Core : Pasting | Version: | 3.6.3 |
Keywords: | Safari Chrome IBM | Cc: | Damian, Teresa Monahan |
Description (last modified by )
To reproduce the defect:
- Open Replace by class sample, copy HTML content from above editor body and paste in to editor.
- Go back to HTML Source. See that cke_pastebin shows at end of editor content.
<body id="cke_pastebin" style="position: absolute; top: 39px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden; left: -1000px; "> </body>
- Switch back to Rich text.
- Content lost and we can't type in to editor.
This is because cke_pastebin still remains in editor body.
This was happening from revision 7383
Reproducible in Safari on Windows & all browsers (Safari, Firefox) on MAC
Attachments (3)
Change History (12)
Changed 13 years ago by
Attachment: | pasted HTML Content.jpg added |
---|
Changed 13 years ago by
Attachment: | editor body after switching back from source to richtext.jpg added |
---|
comment:1 Changed 13 years ago by
Keywords: | Safari added |
---|---|
Status: | new → confirmed |
Changed 13 years ago by
Attachment: | 9042.patch added |
---|
comment:2 Changed 13 years ago by
Milestone: | → CKEditor 3.6.4 |
---|---|
Owner: | set to Garry Yao |
Status: | confirmed → review |
comment:3 Changed 13 years ago by
Component: | General → Core : Pasting |
---|
comment:4 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 13 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7498].
comment:7 Changed 12 years ago by
Keywords: | Chrome Webkit added; IBM removed |
---|---|
Version: | 3.6.3 → 4.0 Beta |
This once again appears to be an issue. Now in CKEditor 4 Beta on Webkit, for at least Win and Mac.
I am copying text from any source outside of the CKEditor itself and pasting it into CKEditor. No text is visibly pasted and I can no longer type in the editor (it will not receive focus). Upon examining the DOM, the aforementioned cke_pastebin DIVs are present with the content that should have been pasted.
comment:8 Changed 12 years ago by
Keywords: | IBM added; Webkit removed |
---|---|
Version: | 4.0 Beta → 3.6.3 |
comment:9 Changed 12 years ago by
@andywall you are right. I have opened separate issue for this case - #9549.
Issue reproducible only in Safari (I haven't seen problems in other browsers on Mac) on Windows and Mac from CKEditor 3.6.3 rev. [7383]