Opened 7 years ago

Last modified 7 years ago

#14902 confirmed Bug

CHROME: Empty paragraphs lost when copied & pasted from Notepad

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IBM Blink Cc: Irina

Description

Steps to reproduce

  1. Open nightly build
  2. Copy content from notepad where there are few empty paragraps between content
  3. Paste in editor body

Expected result == Content pasted properly with empty paragraphs

Actual result : All empty paragraphs are removed in pasted content.

Attachments (1)

enters.txt (86 bytes) - added by Jakub Ś 7 years ago.

Download all attachments as: .zip

Change History (2)

Changed 7 years ago by Jakub Ś

Attachment: enters.txt added

comment:1 Changed 7 years ago by Jakub Ś

Keywords: Blink added
Status: newconfirmed

Below is the result which gets produiced till version 4.4.8

<p>test</p>

<p>1 Enter</p>

<p><br />
2 Enters</p>

<p>&nbsp;</p>

<p>3 Enters</p>

<p>&nbsp;</p>

<p><br />
4 Enters</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>5 Enters</p>

Starting from CKEditor 4.5.0, empty paragraphs are removed:

<p>test</p>

<p>1 Enter</p>

<p><br />
2 Enters</p>

<p>3 Enters</p>

<p><br />
4 Enters</p>

<p>5 Enters</p>
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