Opened 14 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):

  1. Open a new CKEditor window. You may also use the demo editor at http://ckeditor.com/demo, but you must clear the contents first.
  1. Enter the following text into the window. Make sure the first line is blank:

four

five
  1. 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
  1. Click on the first blank line in CKEditor to set the insertion point to the top of the document.
  1. Click Paste.
  1. 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 14 years ago by Christopher LaRosa

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.

comment:2 Changed 14 years ago by Garry Yao

Keywords: Pending added; paste removed

WFM in IE8 standards mode.

comment:3 Changed 13 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed

WFM as well. Checked in latest CKEditor 3.6.2

Closing the ticket as expired.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy