﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1206	"Some <span style=""""> may remain in the source"	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"To test it, append the following definitions to the fckstyle.xml file:

{{{
<Style name=""Size: 12 px"" element=""span"">
	<Attribute name=""style"" value=""font-size:12px"" />
</Style>
<Style name=""Size: 14 px"" element=""span"">
	<Attribute name=""style"" value=""font-size:14px"" />
</Style>
}}}

== Steps to Reproduce ==

 1. Open sample01.html;
 2. Select all;
 3. Apply the ""Size: 14 px"" style;
 4. Select the first word: ""This"";
 5. Apply the ""Size: 12 px"" style.

Checking the source, you will find the following:

{{{
<span style=""font-size: 12px""><span style="""">This</span></span>
}}}
"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Styles	SVN (FCKeditor) - Retired	fixed	Confirmed	
