Opened 14 years ago
Closed 13 years ago
#3236 closed bug (invalid)
[autocomplete] Wrong SHIFT key behavior when autoFill = true
Reported by: | erolfornoles | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
Pressing the SHIFT key while entering text when autoFill = true has the same behavior as that of pressing the ENTER key.
Assuming the list contains:
United Arab Emirates
United Kingdom
United States of America
Typing in United[SPACE][SHIFT] will select and auto-fill United Arab Emirates. The cursor will be positioned at the end as if you have just pressed the ENTER key.
Note: See
TracTickets for help on using
tickets.
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .