aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete Tests: Fix oldIE test failures by accounting for casing ↵Mike Sherov2013-03-311-1/+1
| | | | differences in .html() return values.
* Autocomplete: Insert the live region before the input. Fixes #9172 - ↵Scott González2013-03-211-0/+10
| | | | Autocomplete: .replaceWith() fails to replace.
* Widget tests: Use instance method. Also replace a few instances of $.data in ↵Jörn Zaefferer2013-03-191-3/+3
| | | | widget implementations.
* 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
* 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 ↵Scott González2012-11-281-2/+15
| | | | search against the document. Fixes #8858 - Autocomplete: Fails when appendTo is detached from the DOM.
* 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 ↵Mike Sherov2012-10-233-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
| | | | #7840 - Autocomplete: popup results not read by screen-readers
* 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 ↵Scott González2012-04-031-0/+29
| | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵Scott González2012-02-162-40/+4
| | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE.
* 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: Added test for close method.Scott González2012-01-312-6/+9
|
* Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2011-11-281-0/+86
| | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
* Autocomplete: Removed commented out test.Scott González2011-11-231-18/+0
|
* Autocomplete: Making sure we do not show search menu after a blur. Fixed ↵Shannon2011-11-231-0/+19
| | | | #7423 - Tab out of autocomplete with remote source can leave menu showing.
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Autocomplete tests: Fixed typo.Scott González2011-11-011-1/+1
|
* Tests (Simulate): Added focus and blur support.Scott González2011-10-311-5/+3
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-8/+13
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* 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: Fixed setting of valueMethod for textareas. Fixes #7674 - ↵Scott González2011-08-302-104/+70
| | | | Autocomplete doesn't work with textareas.
* Tests: Cleanup.Scott González2011-08-031-1/+1
|
* Tests: Cleanup.Scott González2011-08-031-0/+1
|
* Autocomplete tests: Fixed handling of cached ajax requests in IE.Scott González2011-08-031-2/+3
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Merge branch 'master' into core-1.6.1Scott González2011-07-255-470/+405
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Autocomplete tests: Cleanup.Scott González2011-06-135-470/+405
| |
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Autocomplete: Revert fix for #7024, broke regular menu selection.Jörn Zaefferer2011-05-111-0/+2
| | | | Disabled test for now (need to reopen ticket).