#5716 closed bug (fixed)
autocomplete triggered when field copied with ctrl-c
Reported by: | botio | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.3 |
Component: | ui.autocomplete | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
auto-complete is triggered when typing ctrl-c to copy the field contents. it should be triggered only the the contents changes.
This behavior seems consistent between browsers (tested with IE6 and firefox 3.6)
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.9 → 1.8.3 |
---|
comment:3 Changed 12 years ago by
Autocompelte: Only run a search if the value has changed; switching from a blacklist of keys to ignore. Fixes #5716 - autocomplete triggered when field copied with ctrl-c.
Changeset: 2ed96cb0b8fbeaf8c72fb894242862cef81e84b2
Note: See
TracTickets for help on using
tickets.
Fixed in 2ed96cb.