Opened 15 years ago
Closed 13 years ago
#5511 closed Bug (expired)
Pasting plain text with blank lines intermixed with existing text
Reported by: | Christopher LaRosa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.2 |
Keywords: | Cc: |
Description
The following problem occurs with Internet Explorer 8 (but it works fine in Firefox 3.6):
- Open a new CKEditor window. You may also use the demo editor at http://ckeditor.com/demo, but you must clear the contents first.
- Enter the following text into the window. Make sure the first line is blank:
four five
- Copy the following text from Windows Notepad (or any plain text editor) to the Windows clipboard. Make sure there's a blank line between each text line:
one two three
- Click on the first blank line in CKEditor to set the insertion point to the top of the document.
- Click Paste.
- The result is intermixed text as follows:
one four five two three
The pasted text should have been inserted at the top of the document before the existing text as follows:
one two three four five
Change History (3)
comment:1 Changed 15 years ago by
comment:3 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
WFM as well. Checked in latest CKEditor 3.6.2
Closing the ticket as expired.
To reproduce this problem reliably, copy the original contents from Notepad -- don't type anything by hand, and don't paste it directly from this bug report. It must be plain text, and copying from Notepad is the best way to ensure that.