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

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

@ -203,7 +203,10 @@ function rcube_webmail()
this.set_page_buttons(); this.set_page_buttons();
// focus this window // focus main window
if (this.env.framed && window.parent)
window.parent.focus();
else
window.focus(); window.focus();
// init message compose form // init message compose form

Loading…
Cancel
Save