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:
sdwilsh%shawnwilsher.com 2008-11-13 18:54:06 +00:00
parent 882b437fc6
commit eac6dcfc6b

View File

@ -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();
}
},