Opened 17 years ago

Last modified 11 years ago

#1441 closed Bug

Resizing image, table and flash make wrong source — at Initial Version

Reported by: datalink Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: IE Cc:

Description

After insert an image source in IE6 is:

<img height="418" width="271" alt="" src="/_userfiles/image/Eagle.jpg" />


After resizing:

<img style="width: 339px; height: 97px" height="418" alt="" width="271" src="/_userfiles/image/Eagle.jpg" />


There are double and different width and height, no problem in FF.

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>


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>


There are double width and height, no problem in FF.

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>

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy