Force focus to the content window

git-svn-id: svn://10.0.0.236/trunk@187434 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2006-01-11 21:34:01 +00:00
parent c8a60fc95a
commit 6f3e71fc46

View File

@ -371,7 +371,8 @@ function BrowserMenuTabsActive() {
}
function BrowserTabFocus(i) {
gBrowser.selectedTab=gBrowser.mTabContainer.childNodes[i];
gBrowser.selectedTab=gBrowser.mTabContainer.childNodes[i];
gBrowser.contentWindow.focus();
}
/*