aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-241-0/+28
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-0/+21
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Autocomplete: Fix assertion message in appendTo option testJörn Zaefferer2014-02-211-1/+1
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
* Tests: Use .bind() instead of .on()Scott González2014-02-111-1/+1
* Autocomplete: Do not set value on multi-line inputYermo2014-01-281-0/+26
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-6/+6
* Autocomplete: Normalize falsy values, not just missing valuesScott González2014-01-224-23/+50
* Autocomplete: Fall back to .ui-front searching for empty jQuery objectsScott González2014-01-201-11/+26
* Autocomplete: Announce autocomplete correctly in all ATs.Dylan Barrell2014-01-141-11/+47
* Autocomplete: Append liveRegion to body to support detached init. Fixes #9590...Jörn Zaefferer2013-10-191-0/+9
* Autocomplete tests: Update tests now that generated menu doesn't have anchors...Kris Borchers2013-10-052-3/+2
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Au...Scott González2013-05-281-0/+28
* Autocomplete tests: Cleanup.Scott González2013-04-302-18/+32
* Whitespace.Scott González2013-04-301-2/+2
* Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplet...Jason Moon2013-04-251-0/+41
* Autocomplete Tests: Fix oldIE test failures by accounting for casing differen...Mike Sherov2013-03-311-1/+1
* Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomp...Scott González2013-03-211-0/+10
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-3/+3
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-4/+7
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-7/+4
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-4/+7
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* Autocomplete: Append to closest .ui-front if available.Scott González2012-12-142-5/+5
* 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 search...Scott González2012-11-281-2/+15
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-2/+2
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-233-6/+5
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Autocomplete tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Autocomplete: Added tests for live region.Scott González2012-05-221-0/+37
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...Jörn Zaefferer2012-05-161-0/+4
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Tests: Lint.Scott González2012-04-191-1/+1
* Autocomplete: Move race condition logic from ajax requests to general respons...Scott González2012-04-031-0/+29
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
* Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom...Scott González2012-02-162-40/+4
* Autocomplete: Added a test for exceeding minLength, then falling below, then ...Scott González2012-02-151-7/+28
* Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete...Scott González2012-02-111-0/+33
* Autocomplete: Added test for close method.Scott González2012-01-312-6/+9