aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_options.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Draggable Tests: Fix IE7 offset failuresMike Sherov2012-12-271-2/+2
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-104/+104
|
* Draggable Tests: add back in unreliable offset hack for cursorAt testsMike Sherov2012-12-221-5/+6
|
* Draggable Tests: use jquery.simulate.js to simulate drag eventsMike Sherov2012-12-221-133/+25
|
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-081-48/+96
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-108/+118
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite ↵Mike Sherov2012-10-311-8/+8
| | | | to pass
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-301-250/+284
| | | | test suite to pass
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Don't use :input selector.Scott González2012-05-211-4/+4
|
* Tests: Lint.Scott González2012-04-191-44/+35
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-74/+74
|
* added empty test for containment by array optionJustinMacCarthy2010-07-161-0/+4
|
* draggable: implemented #4145 - start,drag and stop events should be preventablePaul Bakaus2010-01-281-3/+22
|
* draggable: tests cleanup, put all elements into #mainJörn Zaefferer2009-09-151-1/+1
|
* Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-46/+120
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵Scott González2009-07-091-2/+2
| | | | absolutePosition from ui hash.
* unit tests: minor updatesRichard Worth2009-02-021-0/+4
|
* draggable unit tests: typo in 'addClasses: false' testRichard Worth2009-02-021-1/+1
|
* Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵Richard Worth2009-02-021-0/+12
| | | | option added)
* draggable unit tests: added some missing testsRichard Worth2009-02-011-0/+85
|
* draggable unit tests: created separate file for each module: defaults, ↵Richard Worth2009-02-011-0/+555
events, methods, options, tickets