﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4858	Resizing flash objects doesn't work properly	Wiktor Walc	Garry Yao	"=== Steps to reproduce ===
 * start with the following source:
 {{{
<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
 * resize fake object with your mouse
 * 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"" /></object><param 
name=""allowFullScreen"" value=""true"" /><param 
name=""allowscriptaccess"" value=""always"" /><embed 
allowfullscreen=""true"" allowscriptaccess=""always"" height=""217"" 
src=""http://www.youtube.com/v/HwNXvQ2OK_k&amp;hl=pl_PL&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1"" 
type=""application/x-shockwave-flash"" width=""273""></embed></p>
 }}}
 `<embed>` is resized properly, but `<object>` has still old attributes"	Bug	closed	Normal	CKEditor 3.1	General	3.0	fixed	Confirmed	
