Ticket #2040 (closed Bug: fixed)
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
Note: See
TracTickets for help on using
tickets.