Changeset 339
- Timestamp:
- 2007-05-30 23:53:33 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_image/fck_image.js (modified) (3 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_image/fck_image.js
r308 r339 1 /*1 /* 2 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben … … 144 144 iWidth = aMatchW[1] ; 145 145 oImage.style.width = '' ; 146 SetAttribute( oImage, 'width' , iWidth ) ; 146 147 } 147 148 } … … 154 155 iHeight = aMatchH[1] ; 155 156 oImage.style.height = '' ; 157 SetAttribute( oImage, 'height', iHeight ) ; 156 158 } 157 159 } -
FCKeditor/trunk/_whatsnew.html
r338 r339 114 114 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/258">#258</a>] The Asp integration 115 115 didn't pass boolean values in English, using instead the locale of the server and failing.</li> 116 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/487">#487</a>] If an image 117 with dimensions set as styles was opened with the image manager and then the dialog was 118 canceled the dimensions in the style were lost.</li> 116 119 </ul> 117 120 <h3>