Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -1493/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -117/+117 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Draggable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -120/+124 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Convert closeEnough() to a proper QUnit assertion | Scott González | 2015-04-09 | 1 | -14/+14 |
| | | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528 | ||||
* | 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 | 1 | -16/+103 |
| | | | | | | 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: No cloning in connectToSortable and ensure correct position | Mike Sherov | 2014-08-23 | 1 | -0/+66 |
| | | | | | | | | | | | 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 | 1 | -6/+6 |
| | |||||
* | Draggable: Ensure helper is positioned even if its the element itself | Mike Sherov | 2014-08-19 | 1 | -0/+19 |
| | | | | Fixes #9446 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 1 | -0/+30 |
| | | | | Fixes #7016 | ||||
* | 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 | 1 | -1/+1 |
| | | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147 | ||||
* | Draggable Tests: Fix inconsistent operator spacing. | Mike Sherov | 2014-08-06 | 1 | -4/+4 |
| | |||||
* | 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: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 1 | -20/+20 |
| | |||||
* | 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. | ||||
* | 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: normalize lookups for rootNodes when to bust scroll cache. Fixes ↵ | Mike Sherov | 2013-12-03 | 1 | -2/+6 |
| | | | | | #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 | 1 | -4/+5 |
| | |||||
* | 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 | 1 | -108/+62 |
| | | | | scroll conditions. | ||||
* | Draggable Tests: Test both position and offset of draggable element in all ↵ | Mike Sherov | 2013-10-21 | 1 | -39/+28 |
| | | | | 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: Add position asserts to drag tests | Mike Sherov | 2013-10-20 | 1 | -45/+45 |
| | | | | 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 | 1 | -58/+55 |
| | | | | assertions. | ||||
* | Draggable Tests: clarify scroll helpers. | Mike Sherov | 2013-10-20 | 1 | -56/+56 |
| | |||||
* | Draggable Tests: make sure offset tests are actually testing offsets | Mike Sherov | 2013-10-19 | 1 | -4/+4 |
| | |||||
* | Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵ | Mike Sherov | 2013-04-14 | 1 | -4/+9 |
| | | | | cases for old Opera and old Safari. | ||||
* | Draggable: allow draggable to defer destroying itself upon DOM removal until ↵ | Mike Sherov | 2013-04-12 | 1 | -0/+27 |
| | | | | 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: fix old Safari and old Opera tests with jQuery < 1.8 tests ↵ | Mike Sherov | 2013-04-07 | 1 | -3/+9 |
| | | | | by accounting for a bug in $.contains on disconnected Elements. | ||||
* | 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 | 1 | -2/+2 |
| | | | | teardown for core tests. | ||||
* | 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 | ||||
* | 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 | ||||
* | Draggable: Account for descendants in handle. | Scott González | 2013-03-08 | 1 | -26/+2 |
| | |||||
* | 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 | 1 | -83/+647 |
| | |||||
* | Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ↵ | TJ VanToll | 2013-02-11 | 1 | -0/+35 |
| | | | | - Draggable: stack option resets the z-index | ||||
* | Draggable Tests: Cover all cursorAt option formats. | Mike Sherov | 2013-01-01 | 1 | -12/+9 |
| |