Bug #22159 ยป rtehtmlarea_bugfix_13614_typo3_4-3.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
HTMLArea.Dialog[this.plugin.name] = null;
|
||
if (!this.dialogWindow.closed) {
|
||
this.dialogWindow.dialog = null;
|
||
if (HTMLArea.is_safari || HTMLArea.is_ie) {
|
||
if ((HTMLArea.is_safari || HTMLArea.is_ie) && navigator.platform.indexOf('Mac') == -1) {
|
||
this.dialogWindow.blur();
|
||
}
|
||
this.dialogWindow.close();
|