diff --git a/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml b/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml index eefc05a8aba..c46b9812b16 100644 --- a/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml +++ b/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml @@ -618,6 +618,8 @@ // We want to autocomplete only if the user is editing at the end of the text if (this.mInputElt.selectionEnd >= this.mInputElt.value.length) this.mAutoCompleteTimer = setTimeout(this.callListener, this.timeout, this, "startLookup"); + else + this.noMatch = true; ]]>