Bug #18541 » rtehtmlarea_bugfix_7992.patch
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);
|