Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Added a test for exceeding minLength, then falling below, then ↵ | Scott González | 2012-02-15 | 1 | -7/+28 |
| | | | | exceeding again. | ||||
* | Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵ | Scott González | 2012-02-11 | 1 | -0/+33 |
| | | | | Autocomplete cancel pending request when text changes below minLength. | ||||
* | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | Dave Methvin | 2011-10-13 | 1 | -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ález | 2011-08-03 | 1 | -2/+3 |
| | |||||
* | Autocomplete tests: Cleanup. | Scott González | 2011-06-13 | 1 | -186/+131 |
| | |||||
* | Autocomplete unit test: corrected name and argument order of equal() call in ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 |
| | | | | autoFocus test function | ||||
* | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
| | |||||
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵ | Richard Worth | 2011-03-15 | 1 | -0/+27 |
| | | | | Add option to automatically highlight the first result | ||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 1 | -0/+18 |
| | | | | keeps looking for remote data even when it's disabled. | ||||
* | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵ | Scott González | 2010-07-21 | 1 | -0/+30 |
| | | | | appendTo option. | ||||
* | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵ | jzaefferer | 2010-03-31 | 1 | -1/+1 |
| | | | | handler | ||||
* | replaced pearl with perl | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 1 | -1/+5 |
| | | | | Fixes #5271. | ||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 1 | -4/+4 |
| | | | | widget method, put ui-autocomplete class on menu | ||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 1 | -174/+174 |
| | |||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+174 |