78426 - Cannot correct an autocompleted address, r=ducarroz, sr=mscott

This commit is contained in:
hewitt%netscape.com 2001-05-03 00:40:52 +00:00
parent 7f6d4061fb
commit ada51e7d97

View File

@ -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;
]]></body>
</method>