mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
* eMail: ^Cke sure all of an compose/view window is shown and not hidden by e.g. the taskbar
This commit is contained in:
parent
c24fc93216
commit
d22e8a66b8
@ -53,6 +53,7 @@ function initAll()
|
||||
if (fm_height >= 750) window.resizeBy(0,resizeHeight);
|
||||
}
|
||||
if (egw_getWindowOuterHeight()>screen.availHeight) window.resizeBy(0,screen.availHeight-egw_getWindowOuterHeight());
|
||||
if (screen.height>screen.availHeight) window.moveBy(0,screen.availHeight-screen.height);
|
||||
//tab.init();
|
||||
//alert(document.onkeydown);
|
||||
var titletext = document.getElementById('fm_compose_subject').value;
|
||||
|
@ -50,6 +50,7 @@ function initAll()
|
||||
if (fm_height >= 750) window.resizeBy(0,resizeHeight);
|
||||
}
|
||||
if (egw_getWindowOuterHeight()>screen.availHeight) window.resizeBy(0,screen.availHeight-egw_getWindowOuterHeight());
|
||||
if (screen.height>screen.availHeight) window.moveBy(0,screen.availHeight-screen.height);
|
||||
var headerTable = document.getElementById('headerTable');
|
||||
var headerDIV = document.getElementById('headerDIV');
|
||||
if (headerTable) {
|
||||
|
Loading…
Reference in New Issue
Block a user