aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-104/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-9/+9
| | | | | Ref #10119 Ref gh-1528
* Draggable: Convert tests to new infrastructureScott González2015-04-091-13/+14
| | | | | Ref #10119 Ref gh-1528
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+3
|
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-2/+2
|
* Draggable Tests: Test both position and offset of draggable element in all ↵Mike Sherov2013-10-211-2/+2
| | | | applicable tests.
* Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-201-6/+6
| | | | They're currently disabled however due to bugs both in the tests and in the actual widget.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-5/+9
| | | | | | | | | | 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-9/+5
| | | | | | 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-5/+9
| | | | | | | | 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
* Draggable Tests: Add test coverage for supported optionsMike Sherov2013-03-041-59/+64
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-27/+27
|
* 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 draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-301-25/+14
| | | | test suite to pass
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-9/+9
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-18/+10
| | | | 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.
* draggable unit tests: created separate file for each module: defaults, ↵Richard Worth2009-02-011-0/+95
events, methods, options, tickets