Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg

This commit is contained in:
aaronleventhal@moonset.net
2005-08-06 04:20:13 +00:00
parent faa00c43f5
commit b2de9207e2
4 changed files with 34 additions and 14 deletions

View File

@@ -2735,9 +2735,7 @@ function OpenSearch(tabName, searchStr, newTabFlag)
loadURI(defaultSearchURL, null, null);
}
else {
var newTab = getBrowser().addTab(defaultSearchURL);
if (!gPrefService.getBoolPref("browser.tabs.loadInBackground"))
getBrowser().selectedTab = newTab;
getBrowser().loadOneTab(defaultSearchURL);
}
}
}