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:
blakeross%telocity.com 2006-09-14 05:59:58 +00:00
Родитель ffa3297a8a
Коммит 4325008000
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1475,9 +1475,7 @@ function handleURLBarRevert()
function handleURLBarCommand(aUserAction)
{
if (aUserAction == "typing")
addToUrlbarHistory();
addToUrlbarHistory();
BrowserLoadURL();
}