Opened 14 years ago
Closed 8 years ago
#6436 closed Bug (wontfix)
Chrome: CTRL+V Paste with forcePasteAsPlainText=false inserts broken nested <div>s and sometimes <p>s
Reported by: | struanb | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.3.1 |
Keywords: | Webkit VendorFix | Cc: |
Description
On Chrome 6.0.472.63, when pasting a paragraph of rich text using CTRL+V, the elementspath shows an increasing set of nested <p> or <div> tags.
To reproduce, enter 'hello' into an editor with forcePasteAsPlainText=false, and hit enter. Select the entire paragraph (including the line break) and hit CTRL+C. Move the cursor to the next line and hit CTRL+V. Continuing to hit CTRL+V further reproduces the problem.
Bug reproduced on CKEditor 3.3.1, 3.4.1, and on http://nightly.ckeditor.com/5921/_samples/replacebycode.html
Attachments (2)
Change History (8)
Changed 14 years ago by
Attachment: | CKEditor Paste Chrome (wysiwyg).png added |
---|
Changed 14 years ago by
Attachment: | CKEditor Paste Chrome (Source).png added |
---|
comment:1 Changed 14 years ago by
Keywords: | Windows Chrome6 added |
---|
comment:2 Changed 14 years ago by
Keywords: | Linux Chrome5 Chrome7 added |
---|
comment:3 Changed 14 years ago by
Keywords: | Chrome added; Windows Linux Chrome5 Chrome6 Chrome7 removed |
---|---|
Status: | new → confirmed |
comment:4 Changed 13 years ago by
Keywords: | Webkit VendorFix added; Chrome removed |
---|
comment:5 Changed 12 years ago by
This issue isn't reproducible on Safari 6, but still on 5.1.7 and that's the last broken browser. This issue also concerns v4, but the result is a bit different.
comment:6 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Problem can no longer be reproduced in Safari 6.x and Safari 5.x is no longer supported. I'm closing it as a "won't fix".
Those nested divs (divs are still pasted but are not nested) are no longer reproducible in latest Chrome 18 but they are still reproducible in latest Safari 5.1.5.
Other tickets that also concern pasting in Webkit: #7146 and #6131