Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -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 Luscher | 2013-06-19 | 1 | -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 Luscher | 2013-06-19 | 1 | -0/+14 | |
| | | | | element (Fixes #8399). | |||||
* | Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵ | Brian Grinstead | 2013-05-20 | 1 | -0/+16 | |
| | | | | cannot drag element inside iframe | |||||
* | Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵ | Mike Sherov | 2013-04-14 | 2 | -4/+10 | |
| | | | | cases for old Opera and old Safari. | |||||
* | Draggable: allow draggable to defer destroying itself upon DOM removal until ↵ | Mike Sherov | 2013-04-12 | 2 | -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ález | 2013-04-08 | 1 | -2/+2 | |
| | ||||||
* | Draggable Tests: style guide conformance for TestHelpers | Mike Sherov | 2013-04-07 | 1 | -30/+26 | |
| | ||||||
* | Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 ↵ | Mike Sherov | 2013-04-07 | 1 | -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 Sherov | 2013-04-07 | 2 | -3/+14 | |
| | | | | by accounting for a bug in $.contains on disconnected Elements. | |||||
* | Draggable Tests: fix copypasta'd assertion messages. | Mike Sherov | 2013-04-06 | 1 | -2/+2 | |
| | ||||||
* | Draggable: Don't cache parent offset if the parent position is fixed. Fixes ↵ | Mike Sherov | 2013-04-03 | 1 | -0/+30 | |
| | | | | #5009 - Draggable: scroll not working with parent's position fixed | |||||
* | Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes ↵ | Mike Sherov | 2013-04-02 | 1 | -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 Sherov | 2013-03-31 | 1 | -5/+10 | |
| | | | | IFRAME positioning bug. | |||||
* | Draggable Tests: Minor style fixes and removing unnecessary setup and ↵ | Mike Sherov | 2013-03-26 | 2 | -18/+7 | |
| | | | | teardown for core tests. | |||||
* | Draggable Tests: Test that removing an element on drop doesn't cause a ↵ | Mike Sherov | 2013-03-26 | 1 | -0/+20 | |
| | | | | draggable error. Fixes #9159 - Draggable Tests: Write test case for #8269 | |||||
* | 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 |