﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1664	Elements swaping on Enter at the end of paragraphs	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"== Steps to Reproduce ==

 1. Load the following HTML:

{{{
<p><font size=""6""><font size=""1"">Hit enter at the end of this line</font></font></p>
}}}

 2. Hit ENTER at the end of the line and type some text.
 3. 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>
}}}
"	Bug	closed	Normal	FCKeditor 2.6	UI : Enter Key		fixed	Review+ Confirmed	
