Bug 410075 - "Ctrl-T then Ctrl-K gives address bar focus instead of search field" (Remove setTimeout) [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=Mano a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2008-02-13 02:40:03 -08:00
parent 6de264b6c8
commit ea9c6c2836

View File

@ -1562,7 +1562,7 @@ function BrowserOpenTab()
{
gBrowser.loadOneTab("about:blank", null, null, null, false, false);
if (gURLBar)
setTimeout(function() { gURLBar.focus(); }, 0);
gURLBar.focus();
}
/* Called from the openLocation dialog. This allows that dialog to instruct