Bug #19392 ยป rtehtmlarea_bugfix_9449.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
}
|
||
this.dialogWindow.close();
|
||
}
|
||
this.plugin.editor.updateToolbar();
|
||
// Opera unload event may be triggered after the editor iframe is gone
|
||
if (this.plugin.editor._iframe) {
|
||
this.plugin.editor.updateToolbar();
|
||
}
|
||
}
|
||
return false;
|
||
},
|
||
... | ... | |
}
|
||
} catch(e) { }
|
||
}
|
||
if (HTMLArea.is_gecko && this.plugin.editor._iframe.contentWindow) {
|
||
if ((HTMLArea.is_gecko && !HTMLArea.is_opera) && this.plugin.editor._iframe.contentWindow) {
|
||
HTMLArea._removeEvent(this.plugin.editor._iframe.contentWindow, "unload", this.unloadFunctionReference);
|
||
}
|
||
},
|