Bug 135363 - url bar search not working after accidently using the search string as an url. 44 votes, 55 dupes. Patch by Itamar (zipo13@myrealbox.com), r=dveditz@netscape.com, sr=roc+moz@cs.cmu.edu, approved for 1.3a=asa

This commit is contained in:
bratell%lysator.liu.se 2002-12-10 09:14:49 +00:00
Родитель 2a124528f5
Коммит 033a817621
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -918,6 +918,7 @@
{
// up/down keys while menu is closed will open menu
if (!this.mMenuOpen && (this.view.rowCount > 0 || this.alwaysOpenPopup)) {
this.mNeedToFinish = true;
this.openResultPopup();
return;
}