Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Draggable Tests: Fix IE7 offset failures | Mike Sherov | 2012-12-27 | 1 | -2/+2 | |
| | ||||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -104/+104 | |
| | ||||||
* | Draggable Tests: add back in unreliable offset hack for cursorAt tests | Mike Sherov | 2012-12-22 | 1 | -5/+6 | |
| | ||||||
* | Draggable Tests: use jquery.simulate.js to simulate drag events | Mike Sherov | 2012-12-22 | 1 | -133/+25 | |
| | ||||||
* | Dev: remove unnecessary simulated drag delegation in test suite | Mike Sherov | 2012-12-08 | 1 | -48/+96 | |
| | ||||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -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 Sherov | 2012-10-31 | 1 | -8/+8 | |
| | | | | to pass | |||||
* | Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵ | Mike Sherov | 2012-10-30 | 1 | -250/+284 | |
| | | | | test suite to pass | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -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ález | 2012-05-21 | 1 | -4/+4 | |
| | ||||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -44/+35 | |
| | ||||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -74/+74 | |
| | ||||||
* | added empty test for containment by array option | JustinMacCarthy | 2010-07-16 | 1 | -0/+4 | |
| | ||||||
* | draggable: implemented #4145 - start,drag and stop events should be preventable | Paul Bakaus | 2010-01-28 | 1 | -3/+22 | |
| | ||||||
* | draggable: tests cleanup, put all elements into #main | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵ | Scott González | 2009-08-03 | 1 | -46/+120 | |
| | | | | #2525 - Standardised way to pass coordinates to plugins. | |||||
* | Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵ | Scott González | 2009-07-09 | 1 | -2/+2 | |
| | | | | absolutePosition from ui hash. | |||||
* | unit tests: minor updates | Richard Worth | 2009-02-02 | 1 | -0/+4 | |
| | ||||||
* | draggable unit tests: typo in 'addClasses: false' test | Richard Worth | 2009-02-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 | |
| | | | | option added) | |||||
* | draggable unit tests: added some missing tests | Richard Worth | 2009-02-01 | 1 | -0/+85 | |
| | ||||||
* | draggable unit tests: created separate file for each module: defaults, ↵ | Richard Worth | 2009-02-01 | 1 | -0/+555 | |
events, methods, options, tickets |