Bug 453831 - Focus in limbo after multi-tab launch pref set. Patch by Simon Bünzli <zeniko@gmail.com>. r=dietrich, a=dveditz
git-svn-id: svn://10.0.0.236/trunk@255028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
882b437fc6
commit
eac6dcfc6b
@ -1816,7 +1816,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();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user