mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
* eMail: handle IE10 focus issue (open attachment link on list view; multiple select on list view) when on single BrowserInstance
This commit is contained in:
parent
127a8d2bbf
commit
24266a2bb5
@ -757,6 +757,7 @@ function selectedGridChange(_selectAll) {
|
|||||||
focused.iface.getDOMNode());
|
focused.iface.getDOMNode());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
egw_appWindow('felamimail').focus();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1171,6 +1172,7 @@ function fm_handleAttachmentClick(_double, _url, _windowName, _node)
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fm_readAttachments(_url, _windowName, _node) {
|
function fm_readAttachments(_url, _windowName, _node) {
|
||||||
|
egw_appWindow('felamimail').focus();
|
||||||
egw_openWindowCentered(_url, _windowName, 750, 260);
|
egw_openWindowCentered(_url, _windowName, 750, 260);
|
||||||
egw_appWindow('felamimail').xajax_doXMLHTTP("felamimail.ajaxfelamimail.refreshFolder");
|
egw_appWindow('felamimail').xajax_doXMLHTTP("felamimail.ajaxfelamimail.refreshFolder");
|
||||||
mailGrid.dataRoot.actionObject.setAllSelected(false);
|
mailGrid.dataRoot.actionObject.setAllSelected(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user