aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Added a test for exceeding minLength, then falling below, then ↵Scott González2012-02-151-7/+28
| | | | exceeding again.
* Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵Scott González2012-02-111-0/+33
| | | | Autocomplete cancel pending request when text changes below minLength.
* Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.Dave Methvin2011-10-131-1/+1
| | | | jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here.
* Autocomplete tests: Fixed handling of cached ajax requests in IE.Scott González2011-08-031-2/+3
|
* Autocomplete tests: Cleanup.Scott González2011-06-131-186/+131
|
* Autocomplete unit test: corrected name and argument order of equal() call in ↵Richard Worth2011-03-151-1/+1
| | | | autoFocus test function
* Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
|
* Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵Richard Worth2011-03-151-0/+27
| | | | Add option to automatically highlight the first result
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵Scott González2010-07-301-0/+18
| | | | keeps looking for remote data even when it's disabled.
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵Scott González2010-07-211-0/+30
| | | | appendTo option.
* Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵jzaefferer2010-03-311-1/+1
| | | | handler
* replaced pearl with perlJörn Zaefferer2010-03-201-1/+1
|
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-1/+5
| | | | Fixes #5271.
* Fix for #5120 - create menu only once and return that element from the ↵Jörn Zaefferer2010-02-021-4/+4
| | | | widget method, put ui-autocomplete class on menu
* eol-style and mime-typeRichard Worth2010-01-201-174/+174
|
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+174