Bug 453831 - Focus in limbo after multi-tab launch pref set. r=dietrich

This commit is contained in:
Simon Bünzli 2008-09-06 05:27:49 +02:00
parent 26eb4b45f5
commit 2d0c4fb542

View File

@ -1861,7 +1861,7 @@ SessionStoreService.prototype = {
// since resizing/moving a window brings it to the foreground,
// we might want to re-focus the last focused window
if (this.windowToFocus) {
this.windowToFocus.focus();
this.windowToFocus.content.focus();
}
},