* 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:
Klaus Leithoff 2013-04-05 12:12:02 +00:00
parent 127a8d2bbf
commit 24266a2bb5

View File

@ -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);