Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: Ensure parent is correct after dragging through sortable | Mike Sherov | 2014-11-08 | 1 | -0/+23 |
| | | | | Fixes #10669 | ||||
* | Draggable: Add battery of tests to cover connectToSortable | Mike Sherov | 2014-08-26 | 2 | -28/+107 |
| | | | | | | Refs #9481 Refs #9675 Closes gh-1323 | ||||
* | Sortable: cancelHelperRemoval only considers helper, not placeholder | Mike Sherov | 2014-08-26 | 1 | -1/+1 |
| | | | | Refs #9675 | ||||
* | Draggable: append divs to iframe parent for iframefix | Mike Sherov | 2014-08-24 | 1 | -0/+42 |
| | | | | | | | This allows the blocking div to move with the iframe in most situations, whereas appending to the body wouldn't. Fixes #9671 | ||||
* | Draggable: Check all parents for fixed positioning when scrolling | Mike Sherov | 2014-08-23 | 1 | -12/+20 |
| | | | | Fixes #9612 | ||||
* | Draggable: No cloning in connectToSortable and ensure correct position | Mike Sherov | 2014-08-23 | 2 | -1/+105 |
| | | | | | | | | | | | Draggables now forcefully recalculate their position when dragged out of a sortable. Sortables now override draggable position when a draggable is dragged into it. Lastly, no longer remove sortable helper when dragging a draggable out, which allows us to not use a clone. Fixes #7734 Fixes #8809 Closes gh-1322 | ||||
* | Draggable Tests: Ensure scrolling and dragging tests assert correctly | Dave Stein | 2014-08-22 | 4 | -12/+27 |
| | |||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Draggable Tests: Fix failures due to fractional widths | Mike Sherov | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | Mouse: Only detect out of document mouseups after a mousemove | Mike Sherov | 2014-08-20 | 1 | -0/+17 |
| | | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778 | ||||
* | Draggable: Ensure helper is positioned even if its the element itself | Mike Sherov | 2014-08-19 | 1 | -0/+19 |
| | | | | Fixes #9446 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 2 | -2/+34 |
| | | | | Fixes #7772 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 1 | -0/+30 |
| | | | | Fixes #7016 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 1 | -7/+15 |
| | | | | Refs #10527 | ||||
* | Draggable: Recalculate hash offset on start after plugins run | Mike Sherov | 2014-08-16 | 1 | -0/+39 |
| | | | | Fixes #6884 | ||||
* | Draggable Tests: Clarify position helper test generation | Mike Sherov | 2014-08-14 | 1 | -43/+44 |
| | |||||
* | 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 |