aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2012-04-071-0/+63
| | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
* Autocomplete: Move race condition logic from ajax requests to general ↵Scott González2012-04-031-1/+30
| | | | | | | | | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. (cherry picked from commit 96f9c84b7b2149c6b93ac226a52065652f218e1e) Conflicts: tests/unit/autocomplete/autocomplete_core.js ui/jquery.ui.autocomplete.js
* Autocomplete: Only prevent the default action for enter when a menu item is ↵Scott González2010-09-271-2/+31
| | | | | | active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive. Thanks Ján Suchal.
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-1/+5
| | | | Fixes #5271.
* eol-style and mime-typeRichard Worth2010-01-201-39/+39
|
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+39