Changeset 1451
- Timestamp:
- 2008-01-29 22:32:29 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/plugins/autogrow/fckplugin.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/plugins/autogrow/fckplugin.js
r132 r1451 64 64 65 65 window.frameElement.height = iMainFrameSize ; 66 67 // Gecko browsers use an onresize handler to update the innermost 68 // IFRAME's height. If the document is modified before the onresize 69 // is triggered, the plugin will miscalculate the new height. Thus, 70 // forcibly trigger onresize. #1336 71 if ( typeof window.onresize == 'function' ) 72 window.onresize() ; 66 73 } 67 74 } -
FCKeditor/trunk/_whatsnew.html
r1449 r1451 70 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1715">#1715</a>] The ShowDropDialog 71 71 is now enforced only when ForcePasteAsPlainText = true.</li> 72 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1336">#1336</a>] Sometimes 73 the autogrow plugin didn't work properly in Firefox.</li> 72 74 </ul> 73 75 <p>