aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_options.js
Commit message (Expand)AuthorAgeFilesLines
* Draggable Tests: Test both position and offset of draggable element in all ap...Mike Sherov2013-10-211-39/+28
* Draggable: apply axis options to position instead of style. Fixes #7251 - Dra...Mike Sherov2013-10-201-4/+18
* Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-201-45/+45
* Draggable Tests: consolidate drag tests and provide error messages for all as...Mike Sherov2013-10-201-58/+55
* Draggable Tests: clarify scroll helpers.Mike Sherov2013-10-201-56/+56
* Draggable Tests: make sure offset tests are actually testing offsetsMike Sherov2013-10-191-4/+4
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ca...Mike Sherov2013-04-141-4/+9
* Draggable: allow draggable to defer destroying itself upon DOM removal until ...Mike Sherov2013-04-121-0/+27
* Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests b...Mike Sherov2013-04-071-3/+9
* Draggable Tests: Fix IE8 test failures by accounting for the IE8 testswarm IF...Mike Sherov2013-03-311-5/+10
* Draggable Tests: Minor style fixes and removing unnecessary setup and teardow...Mike Sherov2013-03-261-2/+2
* Draggable: Handle containment set to false after init, and style improvements...Mike Sherov2013-03-231-4/+3
* Draggable: make sure snap elements are in the document before snapping. Fixes...Mike Sherov2013-03-161-0/+33
* Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 ...Zbigniew Motyka2013-03-161-0/+37
* Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: aut...Woody Gilk2013-03-151-0/+34
* Draggable: Account for descendants in handle.Scott González2013-03-081-26/+2
* Draggable: Fix border containment. Fixed #5569 - Draggable: Containment incor...TJ VanToll2013-03-071-0/+31
* Draggable Tests: Fix containment testsMike Sherov2013-03-041-1/+1
* Draggable Tests: Fix snap test failures in IE8Mike Sherov2013-03-041-2/+2
* Draggable Tests: Style SweepMike Sherov2013-03-041-536/+494
* Draggable Tests: Add test coverage for supported optionsMike Sherov2013-03-041-83/+647
* Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ...TJ VanToll2013-02-111-0/+35
* Draggable Tests: Cover all cursorAt option formats.Mike Sherov2013-01-011-12/+9
* 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 - F...Mike Sherov2012-11-031-108/+118
* Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite ...Mike Sherov2012-10-311-8/+8
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ...Mike Sherov2012-10-301-250/+284
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-22/+22
* 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
* Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove absol...Scott González2009-07-091-2/+2
* 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 opt...Richard Worth2009-02-021-0/+12
* draggable unit tests: added some missing testsRichard Worth2009-02-011-0/+85
* draggable unit tests: created separate file for each module: defaults, events...Richard Worth2009-02-011-0/+555