#1441: Resizing image, table and flash make wrong source
-----------------------+----------------------------------------------------
  Reporter:  datalink  |       Owner:                 
      Type:  Bug       |      Status:  new            
  Priority:  Normal    |   Milestone:                 
 Component:  General   |     Version:  FCKeditor 2.5.1
Resolution:            |    Keywords:  Confirmed IE   
-----------------------+----------------------------------------------------
Changes (by w.olchawa):

  * keywords:  => Confirmed IE
  * version:  => FCKeditor 2.5.1

Old description:

> 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]]
> 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]]
> 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>
> }}}

New description:

 == '''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>
 }}}

Comment:

 1. Confirmed in IE6 and IE7, works well in FF2

 2. Confirmed in IE6 and IE7, works with FF2.

 3. Work in every browser including FF2 of course.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1441#comment:1>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to