Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from TBD to 1.9
comment:3 Changed 3 years ago by Scott González
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.