Project

General

Profile

Bug #18541 » rtehtmlarea_bugfix_7992_TYPO3_4-1.patch

Administrator Admin, 2008-04-06 21:41

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea-gecko.js (working copy)
if (!HTMLArea.is_wamcom) {
try {
if (!isNested || allDisplayed) this._doc.designMode = "on";
if (!isNested || allDisplayed) {
this._iframe.style.display = "block";
this._doc.designMode = "on";
}
} catch(e) { }
} else {
try {
(2-2/2)