aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_options.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-1493/+0
* Tests: Widget test helpers extend the main helperScott González2015-04-091-117/+117
* Draggable: Convert tests to new infrastructureScott González2015-04-091-120/+124
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-091-14/+14
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-081-0/+23
* Draggable: Add battery of tests to cover connectToSortableMike Sherov2014-08-261-16/+103
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-261-1/+1
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-241-0/+42
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-231-0/+66
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-6/+6
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-191-0/+19
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-171-0/+30
* Draggable Tests: Clarify position helper test generationMike Sherov2014-08-141-43/+44
* Draggable: Account for margins when snappingMike Sherov2014-08-141-0/+4
* Draggable Tests: Fix IE8 test when native scroll happensMike Sherov2014-08-131-3/+22
* Draggable: ignore overflow:hidden containers with scroll optionMike Sherov2014-08-121-0/+14
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-121-1/+1
* Draggable Tests: Fix inconsistent operator spacing.Mike Sherov2014-08-061-4/+4
* Draggable Tests: fix IE scroll tests affected by focus issues.Mike Sherov2014-02-181-5/+12
* Draggable: fix current JSCS violations.Mike Sherov2014-02-181-20/+20
* Draggable: fix changing containmentBen Higgins2014-01-201-2/+7
* Tests: Fix draggable_options expected test count to be dynamicBrian J. Dowling2014-01-161-1/+2
* Draggable: Test fix regarding static scrollingDave Stein2013-12-151-1/+2
* Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #...Mike Sherov2013-12-031-2/+6
* Draggable Tests: don't test auto scroll while testing helpers.Mike Sherov2013-10-311-4/+5
* Draggable Tests: Ensure all combinations of helper / draggable positions / sc...Mike Sherov2013-10-291-274/+49
* Draggable Tests: Ensure Draggable tests are correctly testing offset under sc...Mike Sherov2013-10-231-108/+62
* 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