mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Pressing enter in autocomplete menu should load that url in open location dialog (83922) and urlbar urls should be added to history dropdown regardless of method by which they were obtained (e.g. from autocomplete dropdown). r=kerz sr=ben
This commit is contained in:
parent
e254c1d594
commit
b9b3939c36
@ -1475,9 +1475,7 @@ function handleURLBarRevert()
|
||||
|
||||
function handleURLBarCommand(aUserAction)
|
||||
{
|
||||
if (aUserAction == "typing")
|
||||
addToUrlbarHistory();
|
||||
|
||||
addToUrlbarHistory();
|
||||
BrowserLoadURL();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user