mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 468363 - Clicking on URL in autocomplete drop-down while search is running does not autocomplete URL, r=Neil, SeaMonkey/Thunderbird only
This commit is contained in:
parent
0b5e6a2535
commit
7978a98b0a
@ -851,7 +851,7 @@
|
||||
var val = this.resultsPopup.overrideValue;
|
||||
if (val)
|
||||
this.setTextValue(val);
|
||||
else if (this.resultsPopup.selectedIndex != -1 && !this.noMatch) {
|
||||
else if (this.resultsPopup.selectedIndex != -1) {
|
||||
if (this.getSessionStatusAt(this.resultsPopup.selectedIndex) ==
|
||||
Components.interfaces.nsIAutoCompleteStatus.failureItems) {
|
||||
this.setTextValue(this.currentSearchString);
|
||||
|
Loading…
Reference in New Issue
Block a user