Project

General

Profile

Bug #18541 » rtehtmlarea_bugfix_7992.patch

Administrator Admin, 2008-04-06 21:01

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea-gecko.js (working copy)
}
if (!isNested || allDisplayed) {
try {
this._iframe.style.display = "block";
this._doc.designMode = "on";
if (this._doc.queryCommandEnabled("insertbronreturn")) this._doc.execCommand("insertbronreturn", false, this.config.disableEnterParagraphs);
if (this._doc.queryCommandEnabled("enableObjectResizing")) this._doc.execCommand("enableObjectResizing", false, !this.config.disableObjectResizing);
(1-1/2)