Opened 14 years ago

Last modified 14 years ago

#5192 confirmed Bug

Styles are not "eating" overrides partially selected

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.1
Keywords: Cc:

Description

  1. Load the following HTML:
<p>This is <b>some sample</b> text.</p>
  1. Select "This is some".
  2. Click the Bold button.

Current results:

<p><strong>This is </strong><b><strong>some</strong> sample</b> text.</p>

Expected results:

<p><strong>This is some</strong><b> sample</b> text.</p>

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

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