aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable
Commit message (Expand)AuthorAgeFilesLines
* 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
* Draggable Tests: Fix lint error.Mike Sherov2013-10-201-2/+2
* Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-204-60/+74
* Draggable Tests: consolidate drag tests and provide error messages for all as...Mike Sherov2013-10-203-65/+64
* Draggable Tests: clarify scroll helpers.Mike Sherov2013-10-202-66/+58
* Draggable Tests: make sure offset tests are actually testing offsetsMike Sherov2013-10-193-12/+14
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind...Mike Sherov2013-10-191-15/+7
* Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab...Mike Sherov2013-08-121-0/+25
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...Steven Luscher2013-06-191-0/+16
* Clicking on a draggable anchor without moving it should make it the active el...Steven Luscher2013-06-191-0/+14
* Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: can...Brian Grinstead2013-05-201-0/+16
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ca...Mike Sherov2013-04-142-4/+10
* Draggable: allow draggable to defer destroying itself upon DOM removal until ...Mike Sherov2013-04-122-2/+33
* Draggable tests: Wrap IIFE in parens.Scott González2013-04-081-2/+2
* Draggable Tests: style guide conformance for TestHelpersMike Sherov2013-04-071-30/+26
* Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 te...Mike Sherov2013-04-071-5/+10
* Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests b...Mike Sherov2013-04-072-3/+14
* Draggable Tests: fix copypasta'd assertion messages.Mike Sherov2013-04-061-2/+2
* Draggable: Don't cache parent offset if the parent position is fixed. Fixes #...Mike Sherov2013-04-031-0/+30
* Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #...Mike Sherov2013-04-021-0/+35
* 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-262-18/+7
* Draggable Tests: Test that removing an element on drop doesn't cause a dragga...Mike Sherov2013-03-261-0/+20
* Draggable: Handle containment set to false after init, and style improvements...Mike Sherov2013-03-231-4/+3
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-191-1/+1
* 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
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-5/+9
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-9/+5
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-5/+9
* Draggable tests: Don't use .on().Scott González2013-03-091-2/+2
* Draggable: Account for descendants in handle.Scott González2013-03-082-27/+3
* 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-047-240/+874
* Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ...TJ VanToll2013-02-112-1/+43
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* Interactions: Update widget defaults to match documented API.Mike Sherov2013-01-021-2/+7
* 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-265-152/+152