Project

General

Profile

Bug #20976 » rtehtmlarea_bugfix_11847_typo3_4-2.patch

Administrator Admin, 2009-09-14 01:30

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
this.sizeIframe(2);
HTMLArea._appendToLog("[HTMLArea::generate]: Editor iframe successfully created.");
this.initIframe();
if (HTMLArea.is_opera) {
// Opera 10 needs lots of time here...
window.setTimeout("HTMLArea.initIframe(\'" + this._editorNumber + "\');", 200);
} else {
this.initIframe();
}
return this;
};
(2-2/6)