Project

General

Profile

Bug #18756 » rtehtmlarea_bugfix_8346.patch

Administrator Admin, 2008-05-15 18:17

View differences:

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) {
(1-1/2)