Make sure the _main_ window is focussed (closes #1484138).

release-0.6
svncommit 17 years ago
parent 7c7cc18177
commit 1819704438

@ -203,8 +203,11 @@ function rcube_webmail()
this.set_page_buttons();
// focus this window
window.focus();
// focus main window
if (this.env.framed && window.parent)
window.parent.focus();
else
window.focus();
// init message compose form
if (this.env.action=='compose')

Loading…
Cancel
Save