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:
parent
c8a60fc95a
commit
6f3e71fc46
@ -371,7 +371,8 @@ function BrowserMenuTabsActive() {
|
||||
}
|
||||
|
||||
function BrowserTabFocus(i) {
|
||||
gBrowser.selectedTab=gBrowser.mTabContainer.childNodes[i];
|
||||
gBrowser.selectedTab=gBrowser.mTabContainer.childNodes[i];
|
||||
gBrowser.contentWindow.focus();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user