Bug #18756 » rtehtmlarea_bugfix_8346.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea-gecko.js (working copy) | ||
---|---|---|
}
|
||
} catch(e) { }
|
||
} else {
|
||
try {
|
||
this._doc.designMode = "on";
|
||
try {
|
||
this._doc.designMode = "on";
|
||
} catch(e) {
|
||
if (!isNested || allDisplayed) {
|
||
this._doc.open();
|
||
... | ... | |
} else if (confirm(HTMLArea.I18N.msg["Moz-Clipboard"])) {
|
||
window.open("http://mozilla.org/editor/midasdemo/securityprefs.html");
|
||
}
|
||
}
|
||
};
|
||
HTMLArea._mozillaInstallCallback = function(url,returnCode) {
|
||
if (returnCode == 0) {
|