﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1441	IE: Resizing images and tables inputs wrong code	datalink		"== '''1. Images''' ==

After insert an image source in IE6 is:
{{{
<img height=""418"" width=""271"" alt="""" src=""/_userfiles/image/Eagle.jpg"" />
}}}
[[BR]]
After resizing:
{{{
<img style=""width: 339px; height: 97px"" height=""418"" alt="""" width=""271"" src=""/_userfiles/image/Eagle.jpg"" />
}}}
[[BR]]
There are double and different width and height, no problem in FF.[[BR]][[BR]]

== '''2. Tables''' ==

After insert a table source in IE6 is:
{{{
<table height=""50"" cellspacing=""1"" cellpadding=""1"" width=""100"" border=""1"">
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
}}}
[[BR]]
After resizing:
{{{
<table style=""width: 529px; height: 91px"" height=""91"" cellspacing=""1"" cellpadding=""1"" width=""529"" border=""1"">
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
}}}
[[BR]]
There are double width and height, no problem in FF.[[BR]][[BR]]

== '''3. Flash objects''' ==
Resizing flash in IE6 is OK, but not in FF. In FF I can't resize and after trying there are many paragraphs like this:
{{{
<p>&nbsp;&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><embed menu=""true"" loop=""true"" play=""true"" src=""/_userfiles/flash/cars_flash-db.swf"" pluginspage=""http://www.macromedia.com/go/getflashplayer"" type=""application/x-shockwave-flash""></embed></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
}}}"	Bug	closed	Normal		General	FCKeditor 2.5.1	fixed	IE	
