Index: typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (révision 8699) +++ typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) @@ -2311,6 +2311,12 @@ } }, /* + * Calculate the height available for the editing iframe + */ + getInnerHeight: function () { + return this.getSize().height - this.toolbar.getHeight() - this.statusBar.getHeight() - 5; + }, + /* * Fire the editor when all components of the framework are rendered and ready */ onIframeReady: function () {