зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2a124528f5
Коммит
033a817621
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче