aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable
Commit message (Expand)AuthorAgeFilesLines
* Tests: remove code supporting jenkins and testswarmTimmy Willison2024-05-151-6/+3
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-153-58/+34
* All: Drop support for jQueries different than the latest for each majorMichał Gołębiowski-Owczarek2024-05-153-37/+11
* Docs: Update leftover HTTP Trac URLs to HTTPSMichał Gołębiowski-Owczarek2024-04-262-8/+8
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-263-11/+11
* Tests: Increase robustness of a draggable `revert` testMichał Gołębiowski-Owczarek2024-04-121-2/+3
* Build: Fork vendors to remove QUnit deprecated API usageMichał Gołębiowski-Owczarek2023-05-101-2/+2
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-075-0/+5
* Tests: Make some number comparisons less strictMichał Gołębiowski-Owczarek2021-03-091-3/+11
* Tests: Ensure no timers are running at the end of each test (#1920)Michał Gołębiowski-Owczarek2020-05-164-6/+15
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-3/+8
* Draggable: Fix spurious blur in dialogs on mousedownRyan Oriecuia2016-09-131-0/+30
* Draggable: Shift to use no globalsAmanpreet Singh2016-04-146-418/+427
* Draggable: Improve detection for when to blur the active elementScott González2016-02-091-1/+21
* Draggable: Skip window bubbling test in IE 8Scott González2015-10-271-14/+20
* Draggable: Fix options testsJörn Zaefferer2015-10-252-12/+14
* Mouse: Don't stop propagation of mouseupHannah Methvin2015-10-181-0/+17
* Draggable: Style updatesAlexander Schmitz2015-09-116-367/+378
* Draggable: Style updatesAlexander Schmitz2015-08-213-13/+13
* Sortable: Move sortable into widgets folderAlexander Schmitz2015-08-081-1/+1
* Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-081-1/+1
* Droppable: Move droppable into widgets folderAlexander Schmitz2015-08-082-2/+2
* Draggable: Move draggable into widgets folderAlexander Schmitz2015-08-086-6/+6
* Draggable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-5/+5
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
* Tests: Rename filesScott González2015-04-096-3/+3
* Tests: Widget test helpers extend the main helperScott González2015-04-094-153/+172
* 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