* eMail: ^Cke sure all of an compose/view window is shown and not hidden by e.g. the taskbar

This commit is contained in:
Klaus Leithoff 2013-04-29 11:24:29 +00:00
parent c24fc93216
commit d22e8a66b8
2 changed files with 2 additions and 0 deletions

View File

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

View File

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