#3423 closed enhancement (invalid)
[autocomplete] TAB KEY
Reported by: | ancestrack | Owned by: | joern |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
About TAB KEY :
tab navigation in a form is "broken" when using autocompletion because tab key is programmed to do a select in the autocompletion list.
My suggestion :
TAB KEY to have same behaviour as RETURN when selectFirst option is ON
and as ESC when OFF.
jquery.autocomplete.js 1.0.2 modified as follow :
line #135 :
case options.selectFirst && KEY.TAB:
case KEY.RETURN:
line #145 :
case !options.selectFirst && KEY.TAB:
case KEY.ESC:
Change History (2)
comment:1 Changed 14 years ago by
Owner: | set to joern |
---|
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please file plugin bugs with the appropriate author on their bug tracker.