aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-232-25/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Don't use :input selector.Scott González2012-05-212-5/+5
|
* Draggable tests: Fixed typo.Yi, EungJun2012-05-151-1/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-36/+32
|
* Tests: Lint.Scott González2012-04-192-53/+44
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-294-93/+93
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-4/+12
|