Opened 17 years ago
Closed 16 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 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 16 years ago by
Milestone: | → CKEditor 3.0 |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok, the V3 style system has been optimized to do that.
Confirmed in IE and FF2. The same thing happens in the SVN version with the <em> tag.