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
git-svn-id: svn://10.0.0.236/trunk@210900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1475,9 +1475,7 @@ function handleURLBarRevert()
|
||||
|
||||
function handleURLBarCommand(aUserAction)
|
||||
{
|
||||
if (aUserAction == "typing")
|
||||
addToUrlbarHistory();
|
||||
|
||||
addToUrlbarHistory();
|
||||
BrowserLoadURL();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user