Opened 9 years ago

Last modified 9 years ago

#13561 confirmed Bug

Formatting text can remove empty lines

Reported by: rangar Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

If there are two <br /> positioned before unformatted text, and the text is changed to <h2>, the editor removes both <br />. Seen from the perspective of the user, formatting the text removes an empty line, which is probably unexpected.

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Status: newconfirmed
Version: 4.4.74.0

Problem can be reproduced from CKEditor 4.0 in all browsers.

To reproduce:

  1. Set editor to enter mode BR and clear its contents
  2. Press Enter 3 times
  3. Type few characters
  4. Select H2 format

Result: One BR/line is removed.

NOTE: It is possible that this ticket is related to #11392.

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