aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
| | | | | | This module was created from our existing implementation. Closes gh-1532
* All: Standard spacing inside selector stringsScott González2015-03-261-1/+1
| | | | Closes gh-1521
* Selectable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-3/+5
|
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
| | | | | Fixes #7053 Closes gh-1411
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-242-2/+1
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* All: Drop support for IE7Scott González2014-10-211-5/+2
| | | | | Fixes #9838 Closes gh-1365
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Tests: Fix composite testsScott González2014-08-011-1/+1
|
* Build: Reorganize external directoryScott González2014-06-242-4/+4
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-5/+5
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the ↵Mike Sherov2013-10-191-5/+1
| | | | window to scroll
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Selectable Tests: Fix test failures in IE7 by accounting simulated events ↵Mike Sherov2013-03-311-12/+15
| | | | properly.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-15/+21
| | | | | | | | | | 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-21/+15
| | | | | | 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-15/+21
| | | | | | | | 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
|
* Interactions: Update widget defaults to match documented API.Mike Sherov2013-01-021-2/+10
|
* Selectable: Account for scrolling on the helper's initial position. Fixed ↵TJ VanToll2013-01-011-0/+28
| | | | #8915 - Selectable: Lasso offset issue with scrolling.
* Selectable tests: Removed a non-existent script tag causing a 404 in the tests.TJ VanToll2013-01-011-1/+0
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-263-25/+25
|
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-084-28/+53
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove ↵Mike Sherov2012-11-042-10/+6
| | | | globals and Standardize Test Suite
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-033-14/+14
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get ↵Mike Sherov2012-10-305-36/+38
| | | | selectable test suite to pass
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-234-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* 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-16/+12
|
* Tests: Lint.Scott González2012-04-182-10/+12
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-293-15/+15
|
* 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
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-4/+12
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Tests: Cleanup.Scott González2011-08-031-29/+28
|
* 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.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Selectable: Removed empty tickets test file.Scott González2011-03-282-9/+0
|