Ticket #1664 (closed Bug: fixed)
Elements swaping on Enter at the end of paragraphs
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | UI : Enter Key | Version: | |
| Keywords: | Review+ Confirmed | Cc: |
Description
Steps to Reproduce
- Load the following HTML:
<p><font size="6"><font size="1">Hit enter at the end of this line</font></font></p>
- Hit ENTER at the end of the line and type some text.
- Repeat step 2 may times, and have some fun :)
Current Results
The <font> tags changed order. After enter and "some text", this is what we have:
<p><font size="6"><font size="1">Hit enter at the end of this line</font></font></p> <p><font size="1"><font size="6">Some text</font></font></p>
Expected Results
The new paragraph must have the formatting tags in the same order:
<p><font size="6"><font size="1">Hit enter at the end of this line</font></font></p> <p><font size="6"><font size="1">Some text</font></font></p>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
