Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Draggable: Account for margins when snapping | Mike Sherov | 2014-08-14 | 1 | -0/+4 | |
| | | | | Fixes #9724 | |||||
* | Draggable Tests: Fix IE8 test when native scroll happens | Mike Sherov | 2014-08-13 | 1 | -3/+22 | |
| | ||||||
* | Draggable: ignore overflow:hidden containers with scroll option | Mike Sherov | 2014-08-12 | 1 | -0/+14 | |
| | | | | | | While it is true that overflow:hidden elements can be scrolled programatically, this breaks user expectation. Therefore, do not scroll inside an overflow:hidden container. | |||||
* | Draggable: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 2 | -31/+37 | |
| | | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147 | |||||
* | Draggable Tests: Fix several whitespace issues. | Mike Sherov | 2014-08-12 | 2 | -3/+2 | |
| | ||||||
* | Draggable Tests: Fix inconsistent operator spacing. | Mike Sherov | 2014-08-06 | 1 | -4/+4 | |
| | ||||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 | |
| | ||||||
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 1 | -0/+13 | |
| | ||||||
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 1 | -2/+6 | |
| | | | | | Fixes #10212 Closes gh-1284 | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 | |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 | |
| | ||||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 | |
| | ||||||
* | Draggable Tests: fix IE scroll tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -5/+12 | |
| | | | | | Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior, we must calculate scrollTop on the drag event, before .focus is called. | |||||
* | Draggable Tests: fix IE offset tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -1/+1 | |
| | | | | | | Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior, we must rely on the actual calculated offset instead of the helper offset to ensure cross browser test consistency. | |||||
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 2 | -28/+38 | |
| | ||||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -7/+7 | |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | |||||
* | Draggable: fix changing containment | Ben Higgins | 2014-01-20 | 1 | -2/+7 | |
| | | | | | | | | | | | | | If containment was set such that relative_container is set by _setContainment, and then containment changes to e.g. "document", "window", or an array, relative_container would not be unset, causing incorrect containment of the draggable. Add a unittest to check that containment with an array works after previously being set to "parent". Fixes #9733 Closes gh-1176 | |||||
* | Tests: Fix draggable_options expected test count to be dynamic | Brian J. Dowling | 2014-01-16 | 1 | -1/+2 | |
| | | | | | | | | The test count was previously incremented to 8 when normally 6 tests are run. After figuring out the dynamic test code, I just made the expect depend on the same array length Also re-enabled the test in the Gruntfile since it now passes. | |||||
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 1 | -0/+14 | |
| | | | | | | Fixes #9709 Fixes #9710 Closes gh-1152 | |||||
* | Draggable: Test fix regarding static scrolling | Dave Stein | 2013-12-15 | 1 | -1/+2 | |
| | | | | | | | No longer checking scroll positions of static scrolls since the fixture is in an absolute container. Closes gh-1145 | |||||
* | Draggable Unit Tests: Ensure IFRAMEs can be written to | Mike Sherov | 2013-12-14 | 1 | -5/+9 | |
| | | | | Draggable tests were failing in IE because the frame needs to be written to to be accessible to further DOM manipulation. | |||||
* | Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes ↵ | Mike Sherov | 2013-12-03 | 3 | -4/+49 | |
| | | | | | #9379 - Draggable: position bug in scrollable div Core: update scrollParent() to support all current supported browsers. | |||||
* | Draggable Tests: don't test auto scroll while testing helpers. | Mike Sherov | 2013-10-31 | 2 | -12/+7 | |
| | ||||||
* | Draggable Tests: Ensure all combinations of helper / draggable positions / ↵ | Mike Sherov | 2013-10-29 | 1 | -274/+49 | |
| | | | | scrollParents / parent positions are tested accurately. | |||||
* | Draggable Tests: Ensure Draggable tests are correctly testing offset under ↵ | Mike Sherov | 2013-10-23 | 3 | -116/+108 | |
| | | | | scroll conditions. | |||||
* | Draggable Tests: Test both position and offset of draggable element in all ↵ | Mike Sherov | 2013-10-21 | 4 | -61/+73 | |
| | | | | applicable tests. | |||||
* | Draggable: apply axis options to position instead of style. Fixes #7251 - ↵ | Mike Sherov | 2013-10-20 | 1 | -4/+18 | |
| | | | | Draggable: constrained axis option returns incorrect position. | |||||
* | Draggable Tests: Fix lint error. | Mike Sherov | 2013-10-20 | 1 | -2/+2 | |
| | ||||||
* | Draggable Tests: Add position asserts to drag tests | Mike Sherov | 2013-10-20 | 4 | -60/+74 | |
| | | | | They're currently disabled however due to bugs both in the tests and in the actual widget. | |||||
* | Draggable Tests: consolidate drag tests and provide error messages for all ↵ | Mike Sherov | 2013-10-20 | 3 | -65/+64 | |
| | | | | assertions. | |||||
* | Draggable Tests: clarify scroll helpers. | Mike Sherov | 2013-10-20 | 2 | -66/+58 | |
| | ||||||
* | Draggable Tests: make sure offset tests are actually testing offsets | Mike Sherov | 2013-10-19 | 3 | -12/+14 | |
| | ||||||
* | Tests: extract TestHelpers.forceScrollableWindow for tests that need the ↵ | Mike Sherov | 2013-10-19 | 1 | -15/+7 | |
| | | | | window to scroll | |||||
* | Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - ↵ | Mike Sherov | 2013-08-12 | 1 | -0/+25 | |
| | | | | Draggable: jumps down with offset of scrollbar | |||||
* | 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 |