Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Draggable: Handle containment set to false after init, and style ↵ | Mike Sherov | 2013-03-23 | 1 | -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 Zaefferer | 2013-03-19 | 1 | -1/+1 | |
| | | | | widget implementations. | |||||
* | Draggable: make sure snap elements are in the document before snapping. ↵ | Mike Sherov | 2013-03-16 | 1 | -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 Motyka | 2013-03-16 | 1 | -0/+37 | |
| | | | | - Draggable: Snapping doesn't take top/left into account properly | |||||
* | Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: ↵ | Woody Gilk | 2013-03-15 | 1 | -0/+34 | |
| | | | | auto scroll goes double distance when dragging | |||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -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ález | 2013-03-14 | 1 | -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 Sherov | 2013-03-11 | 1 | -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ález | 2013-03-09 | 1 | -2/+2 | |
| | ||||||
* | Draggable: Account for descendants in handle. | Scott González | 2013-03-08 | 2 | -27/+3 | |
| | ||||||
* | Draggable: Fix border containment. Fixed #5569 - Draggable: Containment ↵ | TJ VanToll | 2013-03-07 | 1 | -0/+31 | |
| | | | | incorrectly calculates padding and border | |||||
* | Draggable Tests: Fix containment tests | Mike Sherov | 2013-03-04 | 1 | -1/+1 | |
| | ||||||
* | Draggable Tests: Fix snap test failures in IE8 | Mike Sherov | 2013-03-04 | 1 | -2/+2 | |
| | ||||||
* | Draggable Tests: Style Sweep | Mike Sherov | 2013-03-04 | 1 | -536/+494 | |
| | ||||||
* | Draggable Tests: Add test coverage for supported options | Mike Sherov | 2013-03-04 | 7 | -240/+874 | |
| | ||||||
* | Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ↵ | TJ VanToll | 2013-02-11 | 2 | -1/+43 | |
| | | | | - Draggable: stack option resets the z-index | |||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Interactions: Update widget defaults to match documented API. | Mike Sherov | 2013-01-02 | 1 | -2/+7 | |
| | ||||||
* | Draggable Tests: Cover all cursorAt option formats. | Mike Sherov | 2013-01-01 | 1 | -12/+9 | |
| | ||||||
* | Draggable Tests: Fix IE7 offset failures | Mike Sherov | 2012-12-27 | 1 | -2/+2 | |
| | ||||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 5 | -152/+152 | |
| | ||||||
* | Draggable Tests: add back in unreliable offset hack for cursorAt tests | Mike Sherov | 2012-12-22 | 1 | -5/+6 | |
| | ||||||
* | Draggable Tests: use jquery.simulate.js to simulate drag events | Mike Sherov | 2012-12-22 | 1 | -133/+25 | |
| | ||||||
* | Dev: remove unnecessary simulated drag delegation in test suite | Mike Sherov | 2012-12-08 | 4 | -72/+126 | |
| | ||||||
* | Dev: Change incorrect references in test suite from #main to #qunit-fixture. | Mike Sherov | 2012-12-08 | 1 | -1/+1 | |
| | ||||||
* | Draggable: made handles work with complex markup. Fixes #8757 - Draggable: ↵ | mathias.stenbom | 2012-11-19 | 2 | -0/+30 | |
| | | | | Resizable handle with inner element does not work, when its also draggable | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 | |
| | ||||||
* | Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵ | Mike Sherov | 2012-11-09 | 1 | -2/+3 | |
| | | | | re-enable the dialog test suite | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -1/+1 | |
| | ||||||
* | Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove ↵ | Mike Sherov | 2012-11-04 | 1 | -2/+2 | |
| | | | | globals and Standardize Test Suite | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 6 | -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 Sherov | 2012-10-31 | 2 | -10/+13 | |
| | | | | to pass | |||||
* | Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵ | Mike Sherov | 2012-10-30 | 6 | -302/+367 | |
| | | | | test suite to pass | |||||
* | Tests: Removed old code that kept bad test suites out of TestSwarm. | Scott González | 2012-10-26 | 1 | -10/+0 | |
| | ||||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 2 | -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ález | 2012-09-20 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 | |
| | ||||||
* | Don't use :input selector. | Scott González | 2012-05-21 | 2 | -5/+5 | |
| | ||||||
* | Draggable tests: Fixed typo. | Yi, EungJun | 2012-05-15 | 1 | -1/+1 | |
| | ||||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 | |
| | ||||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 | |
| | ||||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 | |
| | ||||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -36/+32 | |
| | ||||||
* | Tests: Lint. | Scott González | 2012-04-19 | 2 | -53/+44 | |
| | ||||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 | |
| | ||||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 4 | -93/+93 | |
| | ||||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -4/+12 | |
| |