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

git-svn-id: svn://10.0.0.236/trunk@93738 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com 2001-05-03 00:40:52 +00:00
parent d37d4e8a95
commit 8d2e2ec2d2

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>