Opened 17 years ago

Closed 11 years ago

Last modified 11 years ago

#1441 closed Bug (fixed)

IE: Resizing images and tables inputs wrong code

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

Description (last modified by Wojciech Olchawa)

1. Images

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.

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>


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.

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>

Change History (7)

comment:1 Changed 16 years ago by Wojciech Olchawa

Description: modified (diff)
Keywords: Confirmed IE added
Version: FCKeditor 2.5.1
  1. Confirmed in IE6 and IE7, works well in FF2
  1. Confirmed in IE6 and IE7, works with FF2.
  1. Work in every browser including FF2 of course.

comment:2 Changed 16 years ago by Wojciech Olchawa

Summary: Resizing image, table and flash make wrong sourceIE: Resizing images and tables inputs wrong code

comment:3 Changed 15 years ago by Artur Formella

Milestone: CKEditor 3.x

The same bug occurs in 3.0 RC

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:5 Changed 11 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

This particular issue: insert code, resize and check source can no longer be reproduced in latest CKEditor 4.x.

comment:6 in reply to:  5 Changed 11 years ago by Marco

Replying to j.swiderski:

This particular issue: insert code, resize and check source can no longer be reproduced in latest CKEditor 4.x.

I have the same identical Issue, damn IE ! Some workaround?

comment:7 Changed 11 years ago by Jakub Ś

Wait till 4.1:)

This was fixed in 4.1 RC. Please see #10194 #10201 and #9287

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