﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3171	plugin:flash incorrect content inserted	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by code'' example page;
 1. Delete all the content within document;
 1. Open ''flash'' dialog and fill in url with : ''http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf'', specify width with '100', height with '100', click Ok to insert the flash.
 * Actual Result : The style is been attached to the wrapping paragraph element.
{{{
<p>
	<p height=""100"" width=""100"">
		<object classid=""clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"" codebase=""http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"" height=""100"" width=""100""><param name=""quality"" value=""high""></param><param name=""movie"" value=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf""></param><embed height=""100"" pluginspage=""http://www.macromedia.com/go/getflashplayer"" quality=""high"" src=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" type=""application/x-shockwave-flash"" width=""100""></embed></object></p>
	<br />
</p>
}}}
 * Expected Result : 
{{{
<p>
		<object classid=""clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"" codebase=""http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"" height=""100"" width=""100""><param name=""quality"" value=""high""></param><param name=""movie"" value=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf""></param><embed height=""100"" pluginspage=""http://www.macromedia.com/go/getflashplayer"" quality=""high"" src=""http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf"" type=""application/x-shockwave-flash"" width=""100""></embed></object>
	<br />
</p>
}}}"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		fixed	Confirmed Review+	
