Bug #18541 » rtehtmlarea_bugfix_7992_TYPO3_4-1.patch
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 {
|
- « Previous
- 1
- 2
- Next »