Ticket #2040 (closed Bug: fixed)

Opened 2 years ago

Last modified 12 months ago

Styles aren't applied in an optimal way

Reported by: alfonsoml 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

Changed 2 years ago by w.olchawa

  • keywords Confirmed added

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

Changed 17 months ago by fredck

  • milestone set to CKEditor 3.0

Changed 12 months ago by fredck

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.