mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 14:30:47 +00:00
78426 - Cannot correct an autocompleted address, r=ducarroz, sr=mscott
This commit is contained in:
parent
7f6d4061fb
commit
ada51e7d97
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user