#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 )
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> </td>
<td> </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> </td>
<td> </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> </p> <p> </p> <p> </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> </p> <p> </p> <p> </p> <p> </p>
Change History (7)
comment:1 Changed 18 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | Confirmed IE added |
| Version: | → FCKeditor 2.5.1 |
- Confirmed in IE6 and IE7, works well in FF2
- Confirmed in IE6 and IE7, works with FF2.
- Work in every browser including FF2 of course.
comment:2 Changed 18 years ago by
| Summary: | Resizing image, table and flash make wrong source → IE: Resizing images and tables inputs wrong code |
|---|
comment:5 follow-up: 6 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
This particular issue: insert code, resize and check source can no longer be reproduced in latest CKEditor 4.x.
comment:6 Changed 13 years ago by
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?
