Opened 14 years ago
Closed 14 years ago
#6783 closed Bug (duplicate)
Large amount of text insert as divs rather then paragraphs in webkit
Reported by: | dstol | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.1 |
Keywords: | Webkit | Cc: |
Description
OS X 10.6.4
Safari 5.0 (6533.16)
CKEditor, latest stable as well as latest nightly
Enter mode is paragraphs
Steps to reproduce: Grab large chunk of plain text lorem ipsum
Paste into CKEditor, used demo at http://ckeditor.com/demo after
emptying contents
View source tab
<p> </p> <div> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sagittis mattis venenatis....</div> <div> </div> <div>
In FF 3.6.12, using the same steps above
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sagittis mattis venenatis....<br /> <br />
Attachments (1)
Change History (7)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:4 Changed 14 years ago by
Summary: | Large amount of text insert as divs rather then paragraphs in safari → Large amount of text insert as divs rather then paragraphs in webkit |
---|
Just duplicated this in chrome 9.0.597.84, so it seems to be webkit related.
comment:5 Changed 14 years ago by
Keywords: | Webkit added |
---|---|
Status: | pending → confirmed |
Version: | 3.4.2 → 3.1 |
It's much about a browser favorite, we recommend the "paste as plain text" button to reach a consistent/rational result (multiple P) when pasting just plain text.
We'd still investigate if it's possible to optimize the result (of a normal paste) as end users were used to do just Ctrl-V in all cases.
Please provide precisely the source content and from which application it's copied, those make a difference.