﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4856	CKEditor leaving tags when removing flash objects	Wiktor Walc	Garry Yao	"=== Steps to reproduce ===
 * paste the following in source mode:
 {{{
 <p><object width=""660"" height=""525""><param name=""movie"" value=""http://www.youtube.com/v/HwNXvQ2OK_k&hl=pl_PL&fs=1&color1=0x234900&color2=0x4e9e00&border=1""></param><param name=""allowFullScreen"" value=""true""></param><param name=""allowscriptaccess"" value=""always""></param><embed src=""http://www.youtube.com/v/HwNXvQ2OK_k&hl=pl_PL&fs=1&color1=0x234900&color2=0x4e9e00&border=1"" type=""application/x-shockwave-flash"" allowscriptaccess=""always"" allowfullscreen=""true"" width=""660"" height=""525""></embed></object></p>
 }}}
 * switch to wysiwyg mode
 * press ""Delete"" button
 * result:
 {{{
<p>
	<object height=""525"" width=""660""><param name=""movie"" value=""http://www.youtube.com/v/HwNXvQ2OK_k&amp;hl=pl_PL&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1"" /><param name=""allowFullScreen"" value=""true"" /><param name=""allowscriptaccess"" value=""always"" /></object></p>
 }}}
 * expected result: the whole object should be removed (it was working in CKEditor 3.0 RC)

This is a regression bug introduced in [3779]. "	Bug	closed	Normal	CKEditor 3.1	General	3.0	fixed	Confirmed Review+	
