Opened 11 years ago

Closed 11 years ago

#10435 closed Bug (duplicate)

Formatting fails on new lines with CKEDITOR.ENTER_BR

Reported by: Alexander Ebert Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.6.3
Keywords: Cc:

Description

During development we've noticed that under specific circumstances built-in formatting options are discarded in combination with ENTER_MODE.BR.

Steps to reproduce:

  1. Load an empty CKEditor with CKEDITOR.ENTER_BR (the official Demo doesn't use it)
  2. Enable a specific formatting option, e.g. italic
  3. Write a few words
  4. Hit Return, you now have the first line in italic and are ready to write in the second (empty) line
  5. Disable italic, it will not only drop italic for the second line but also for the first line

This issue was confirmed for all major browsers and latest, stable versions; CKEditor 4.1.1 (revision 5a2a7e3)

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Keywords: enter_br formatting removed
Resolution: duplicate
Status: newclosed
Version: 4.1.13.6.3

Problem can be reproduced in Firefox, Webkit, Opera and IE10 (works fine in IE6-9) from CKEditor 3.6.3 rev. [7392]. Problem can be reproduced in both 4.x and 3.x branches.

This is in fact DUP of #9009.

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