aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Droppable tests: swap $.ui.intersect test with tolerance testMike Sherov2014-08-101-29/+0
| | | | | $.ui.intersect is not a documented API, yet droppable tolerance is, and are essentially the same.
* Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-201-1/+30
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-13/+16
| | | | | | | | | | 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-16/+13
| | | | | | 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-13/+16
| | | | | | | | 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
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-19/+19
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-4/+10
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵Mike Sherov2012-10-301-15/+11
| | | | test suite to pass
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-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
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-10/+10
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-16/+8
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-3/+15
| | | | factory should auto detect getters.
* droppable unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+82
widget, events, methods, options, tickets