aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable
Commit message (Expand)AuthorAgeFilesLines
* Draggable: Convert tests to new infrastructureScott González2015-04-097-252/+245
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-092-17/+17
* Revert "Draggable: Set explicit width/height instead of right/bottom"TJ VanToll2015-04-082-35/+2
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
* All: Standard spacing inside selector stringsScott González2015-03-261-1/+1
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-113-15/+15
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-081-0/+23
* Draggable: Add battery of tests to cover connectToSortableMike Sherov2014-08-262-28/+107
* 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: Check all parents for fixed positioning when scrollingMike Sherov2014-08-231-12/+20
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-232-1/+105
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-224-12/+27
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
* Draggable Tests: Fix failures due to fractional widthsMike Sherov2014-08-201-2/+2
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-201-0/+17
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-191-0/+19
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-182-2/+34
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-171-0/+30
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-171-7/+15
* Draggable: Recalculate hash offset on start after plugins runMike Sherov2014-08-161-0/+39
* 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-122-31/+37
* Draggable Tests: Fix several whitespace issues.Mike Sherov2014-08-122-3/+2
* Draggable Tests: Fix inconsistent operator spacing.Mike Sherov2014-08-061-4/+4
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-151-0/+13
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-151-2/+6
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
* Draggable Tests: fix IE scroll tests affected by focus issues.Mike Sherov2014-02-181-5/+12
* Draggable Tests: fix IE offset tests affected by focus issues.Mike Sherov2014-02-181-1/+1
* Draggable: fix current JSCS violations.Mike Sherov2014-02-182-28/+38
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-7/+7
* 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
* Slider & Interactions: Add Windows 8 touch supportTJ VanToll2014-01-151-0/+14
* Draggable: Test fix regarding static scrollingDave Stein2013-12-151-1/+2
* Draggable Unit Tests: Ensure IFRAMEs can be written toMike Sherov2013-12-141-5/+9
* Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #...Mike Sherov2013-12-033-4/+49
* Draggable Tests: don't test auto scroll while testing helpers.Mike Sherov2013-10-312-12/+7
* 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-233-116/+108
* Draggable Tests: Test both position and offset of draggable element in all ap...Mike Sherov2013-10-214-61/+73
* Draggable: apply axis options to position instead of style. Fixes #7251 - Dra...Mike Sherov2013-10-201-4/+18