﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4796	Flash objects are output incorrectly	Garry Yao		"=== Reproducing Procedures ===
 1. Open 'replacebyclass' sample page and load the document with the following source:
{{{
<p>
<object>
<param name=""quality"" value=""high"" />
<param name=""movie"" value=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" />
<embed quality=""high"" src=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" type=""application/x-shockwave-flash"">
</embed>
</object></p>
}}}
 1. Switch to 'Source' mode.
 * Actual Result:
{{{
<p>
	<object> <param name=""quality"" value=""high"" /> <param name=""movie"" value=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" /> <embed quality=""high"" src=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" type=""application/x-shockwave-flash""></embed> </object></p>
}}}
 * Expected Result: Spaces between those elements are trimmed:
{{{
 * Actual Result:
{{{
<p>
	<object> <param name=""quality"" value=""high"" /><param name=""movie"" value=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" /><embed quality=""high"" src=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" type=""application/x-shockwave-flash""></embed></object></p>
}}}

}}}
"	Bug	new	Normal	CKEditor 3.3	Core : Output Data	SVN (CKEditor) - OLD			
