Changeset 1920
- Timestamp:
- 2008-04-14 05:43:25 (3 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckxhtml.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckxhtml.js
r1565 r1920 401 401 FCKXHtml._AppendAttribute( node, 'src', sSavedUrl ) ; 402 402 403 // Bug #768 : If the width and height are defined inline CSS, 404 // don't define it again in the HTML attributes. 405 if ( htmlNode.style.width ) 406 node.removeAttribute( 'width' ) ; 407 if ( htmlNode.style.height ) 408 node.removeAttribute( 'height' ) ; 409 403 410 return node ; 404 411 }, -
FCKeditor/trunk/_whatsnew.html
r1898 r1920 42 42 <p> 43 43 Fixed Bugs:</p> 44 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no longer possible 45 for an image to have its width and height defined with both HTML attributes and inline CSS 46 styles in IE.</li> 44 47 <ul> 45 48 <li></li>