Ticket #768 (closed Bug: fixed)

Opened 3 years ago

Last modified 22 months ago

Image height and width in IE6

Reported by: octoate@… Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.6.1
Component: General Version: SVN (FCKeditor)
Keywords: SF Confirmed IE Review+ Cc:

Description

Hi, if you add a new image with IE6 to the editor, it will create a correct image tag with "width" and "height" attributes. If you resize the image, you get additionally the "style" attribute with "width" and "height" and both sizes differs.

Example:

1.) Added image:

<img height="556" width="417" alt=""
src="/_userfiles/Image/DSCN0082.jpg" />

2.) Resized it (smaller):

<img style="WIDTH: 315px; HEIGHT: 451px" height="556"
alt="" width="417" src="/_userfiles/Image/DSCN0082.jpg" />

Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1541285&group_id=75348&atid=543653

Attachments

768.patch (1.1 KB) - added by martinkou 23 months ago.

Change History

Changed 3 years ago by martinkou

  • reporter changed from martinkou to octoate@…

Changed 2 years ago by martinkou

  • keywords Confirmed IE added

Changed 23 months ago by martinkou

  • version set to SVN
  • milestone set to FCKeditor 2.6.1

Retargeted to 2.6.1 since the issue affects email clients and should be pretty easy to fix.

Changed 23 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 23 months ago by martinkou

Changed 23 months ago by martinkou

  • keywords Review? added

Changed 22 months ago by alfonsoml

  • keywords Review+ added; Review? removed

Changed 22 months ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [1920].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.