Opened 9 years ago

Last modified 9 years ago

#12633 confirmed Bug

Styles system creates two identical subsequent inline elements

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.0
Keywords: Cc:

Description

Reproduced on Safari, Chrome and Firefox. I haven't checked IE.

  1. Clear contents.
  2. Type abcd.
  3. Bold "c".
  4. Set the caret before "c" in a way that the style won't be active (on FF you must move caret further left and then go back right using arrow keys).
  5. Press the bold button and type "x".

Result: <p>ab<strong>x</strong><strong>c</strong>d</p>

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

Problem can be reproduced in every browser from CKEditor 3.0.

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