Changeset 434
- Timestamp:
- 2007-07-10 23:43:02 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fcktoolbarset.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js
r431 r434 88 88 // Initialize the IFRAME document body. 89 89 eTargetDocument.open() ; 90 eTargetDocument.write( '<html><head>' + sBase + '<script type="text/javascript"> window.onload = window.onresize = function() { window.frameElement.height = document.body.scrollHeight ; }</script></head><body style="overflow: hidden">' + document.getElementById( 'xToolbarSpace' ).innerHTML + '</body></html>' ) ;90 eTargetDocument.write( '<html><head>' + sBase + '<script type="text/javascript"> var adjust = function() { window.frameElement.height = document.body.scrollHeight ; }; window.onresize = adjust; window.onload = function () {window.setTimeout( adjust, 1000 ); }</script></head><body style="overflow: hidden">' + document.getElementById( 'xToolbarSpace' ).innerHTML + '</body></html>' ) ; 91 91 eTargetDocument.close() ; 92 92 -
FCKeditor/trunk/_whatsnew.html
r427 r434 110 110 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special XHTML characters present 111 111 in event attribute values being converted inappropriately when switching to source view.</li> 112 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar was cutted sometimes in IE to 113 just one row if there are multiple instances of the editor.</li> 112 114 </ul> 113 115 <h3>