aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-191-0/+16
| | | | Draggable: Inputs do not blur when clicking on a draggable
* Clicking on a draggable anchor without moving it should make it the active ↵Steven Luscher2013-06-191-0/+14
| | | | element (Fixes #8399).
* Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵Brian Grinstead2013-05-201-0/+16
| | | | cannot drag element inside iframe
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵Mike Sherov2013-04-142-4/+10
| | | | cases for old Opera and old Safari.
* Draggable: allow draggable to defer destroying itself upon DOM removal until ↵Mike Sherov2013-04-122-2/+33
| | | | after stop is fired. Fixes #6889 - Draggable: Cursor doesn't revert to pre-dragging state after revert action when original element is removed.
* 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 ↵Mike Sherov2013-04-071-5/+10
| | | | tests by accounting for a bug in $.contains on disconnected Elements.
* Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests ↵Mike Sherov2013-04-072-3/+14
| | | | by accounting for a bug in $.contains on disconnected Elements.
* 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
| | | | #5009 - Draggable: scroll not working with parent's position fixed
* Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes ↵Mike Sherov2013-04-021-0/+35
| | | | #6258 - Draggable: not following mouse when scrolled and using overflow-y: scroll.
* Draggable Tests: Fix IE8 test failures by accounting for the IE8 testswarm ↵Mike Sherov2013-03-311-5/+10
| | | | IFRAME positioning bug.
* Draggable Tests: Minor style fixes and removing unnecessary setup and ↵Mike Sherov2013-03-262-18/+7
| | | | teardown for core tests.
* Draggable Tests: Test that removing an element on drop doesn't cause a ↵Mike Sherov2013-03-261-0/+20
| | | | draggable error. Fixes #9159 - Draggable Tests: Write test case for #8269
* Draggable: Handle containment set to false after init, and style ↵Mike Sherov2013-03-231-4/+3
| | | | improvements. Fixes #8962 - Containment doesn't properly update
* Widget tests: Use instance method. Also replace a few instances of $.data in ↵Jörn Zaefferer2013-03-191-1/+1
| | | | widget implementations.
* Draggable: make sure snap elements are in the document before snapping. ↵Mike Sherov2013-03-161-0/+33
| | | | Fixes #8459 - Draggable: element can snap to an element that was removed during drag.
* Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 ↵Zbigniew Motyka2013-03-161-0/+37
| | | | - Draggable: Snapping doesn't take top/left into account properly
* Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: ↵Woody Gilk2013-03-151-0/+34
| | | | auto scroll goes double distance when dragging
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-5/+9
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-9/+5
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-5/+9
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* 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 ↵TJ VanToll2013-03-071-0/+31
| | | | incorrectly calculates padding and border
* 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
| | | | - Draggable: stack option resets the z-index
* 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
|
* 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-084-72/+126
|
* Dev: Change incorrect references in test suite from #main to #qunit-fixture.Mike Sherov2012-12-081-1/+1
|
* Draggable: made handles work with complex markup. Fixes #8757 - Draggable: ↵mathias.stenbom2012-11-192-0/+30
| | | | Resizable handle with inner element does not work, when its also draggable
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵Mike Sherov2012-11-091-2/+3
| | | | re-enable the dialog test suite
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-1/+1
|
* Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove ↵Mike Sherov2012-11-041-2/+2
| | | | globals and Standardize Test Suite
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-036-200/+219
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite ↵Mike Sherov2012-10-312-10/+13
| | | | to pass
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-306-302/+367
| | | | test suite to pass