Opened 15 years ago
Closed 15 years ago
#2751 closed bug (fixed)
[autocomplete] textarea without match clears all entries
Reported by: | zelph | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.3 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
On the official demo page, if you enter one or more correct entries into the textarea (that get matches) and then type a string that doesn't match, it clears the entire textarea, not just the last entry.
Steps to duplicate:
- Go to http://jquery.bassistance.de/autocomplete/demo/
- Place the cursor in the textarea
- Press A, Enter (selects Aberdeen)
- Press S, Enter (selects Sabina)
- Press X, X... no match so it clears the entire textarea.
Expected behavior:
- Should only clear the last entry
Change History (3)
comment:1 Changed 15 years ago by
Owner: | set to joern |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [5660].