Opened 16 years ago

Closed 15 years ago

#2040 closed Bug (fixed)

Styles aren't applied in an optimal way

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Styles Version: FCKeditor 2.5.1
Keywords: Confirmed Cc:

Description

Load sample01, in IE or Firefox, double click the sample and click the italics button.

The html generated is

This is some <i><strong>sample </strong></i><strong>text</strong>.

But it seems that it would be more logical to generate

This is some <strong><i>sample </i>text</strong>.

Change History (3)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

Confirmed in IE and FF2. The same thing happens in the SVN version with the <em> tag.

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Ok, the V3 style system has been optimized to do that.

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