mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 14:58:43 +01:00
* *eMail: work around losing focus for IE10, on message view, when on single BrowserInstance
This commit is contained in:
parent
1f2609b4fc
commit
e7252ad770
@ -1120,11 +1120,14 @@ function fm_readMessage(_url, _windowName, _node) {
|
||||
// Mark the message as read
|
||||
fm_msg_removeClass(windowArray[1], 'unseen');
|
||||
fm_msg_removeClass(windowArray[1], 'recent');
|
||||
egw_appWindow('felamimail').focus();
|
||||
}
|
||||
|
||||
}, felamimail_rm_timeout);
|
||||
}
|
||||
egw_appWindow('felamimail').focus();
|
||||
} else {
|
||||
egw_appWindow('felamimail').focus();
|
||||
window.setTimeout(function() {
|
||||
//alert('Height:'+egw_getWindowOuterHeight());
|
||||
if (!felamimail_abortView) {
|
||||
|
Loading…
Reference in New Issue
Block a user