aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-317/+0
| | | | Ref gh-1528
* Autocomplete: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Autocomplete: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+3
|
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-5/+5
|
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-211-1/+1
| | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-251-1/+1
|
* Autocomplete: Fix assertion message in appendTo option testJörn Zaefferer2014-02-211-1/+1
|
* Autocomplete: Normalize falsy values, not just missing valuesScott González2014-01-221-20/+39
| | | | Fixes #9762
* Autocomplete: Fall back to .ui-front searching for empty jQuery objectsScott González2014-01-201-11/+26
| | | | Fixes #9755
* Autocomplete tests: Update tests now that generated menu doesn't have ↵Kris Borchers2013-10-051-2/+1
| | | | anchors in elements
* Autocomplete tests: Cleanup.Scott González2013-04-301-16/+30
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-4/+7
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-7/+4
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-4/+7
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* Autocomplete: Append to closest .ui-front if available.Scott González2012-12-141-4/+4
|
* Autocomplete: Handle detached elements for appendTo after create.Scott González2012-12-071-1/+5
|
* Autocomplete: When appendTo is a jQuery object or a DOM element, don't ↵Scott González2012-11-281-2/+15
| | | | search against the document. Fixes #8858 - Autocomplete: Fails when appendTo is detached from the DOM.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* 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