mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
6de264b6c8
commit
ea9c6c2836
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user