aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-346/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-15/+14
| | | | | Ref #10119 Ref gh-1528
* Draggable: Convert tests to new infrastructureScott González2015-04-091-19/+22
| | | | | Ref #10119 Ref gh-1528
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-091-3/+3
| | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528
* Revert "Draggable: Set explicit width/height instead of right/bottom"TJ VanToll2015-04-081-34/+2
| | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-12/+11
|
* Draggable: Check all parents for fixed positioning when scrollingMike Sherov2014-08-231-12/+20
| | | | Fixes #9612
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-2/+3
|
* Draggable Tests: Fix failures due to fractional widthsMike Sherov2014-08-201-2/+2
|
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-201-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: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-181-2/+33
| | | | Fixes #7772
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-171-7/+15
| | | | Refs #10527
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-121-30/+36
| | | | | | | | 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 Sherov2014-08-121-2/+1
|
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-151-0/+13
|
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-151-2/+6
| | | | | Fixes #10212 Closes gh-1284
* Slider & Interactions: Add Windows 8 touch supportTJ VanToll2014-01-151-0/+14
| | | | | | Fixes #9709 Fixes #9710 Closes gh-1152
* Draggable Unit Tests: Ensure IFRAMEs can be written toMike Sherov2013-12-141-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 Sherov2013-12-031-1/+36
| | | | | #9379 - Draggable: position bug in scrollable div Core: update scrollParent() to support all current supported browsers.
* Draggable Tests: Test both position and offset of draggable element in all ↵Mike Sherov2013-10-211-2/+4
| | | | applicable tests.
* Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-201-2/+2
| | | | 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 Sherov2013-10-201-3/+3
| | | | assertions.
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the ↵Mike Sherov2013-10-191-15/+7
| | | | window to scroll
* Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - ↵Mike Sherov2013-08-121-0/+25
| | | | Draggable: jumps down with offset of scrollbar
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-191-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 Luscher2013-06-191-0/+14
| | | | element (Fixes #8399).
* Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵Brian Grinstead2013-05-201-0/+16
| | | | cannot drag element inside iframe
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵Mike Sherov2013-04-141-0/+1
| | | | cases for old Opera and old Safari.
* Draggable: allow draggable to defer destroying itself upon DOM removal until ↵Mike Sherov2013-04-121-2/+6
| | | | 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 more old Safari and old Opera tests with jQuery < 1.8 ↵Mike Sherov2013-04-071-5/+10
| | | | tests by accounting for a bug in $.contains on disconnected Elements.
* Draggable Tests: fix copypasta'd assertion messages.Mike Sherov2013-04-061-2/+2
|
* Draggable: Don't cache parent offset if the parent position is fixed. Fixes ↵Mike Sherov2013-04-031-0/+30
| | | | #5009 - Draggable: scroll not working with parent's position fixed
* Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes ↵Mike Sherov2013-04-021-0/+35
| | | | #6258 - Draggable: not following mouse when scrolled and using overflow-y: scroll.
* Draggable Tests: Minor style fixes and removing unnecessary setup and ↵Mike Sherov2013-03-261-16/+5
| | | | teardown for core tests.
* Draggable Tests: Test that removing an element on drop doesn't cause a ↵Mike Sherov2013-03-261-0/+20
| | | | draggable error. Fixes #9159 - Draggable Tests: Write test case for #8269
* Draggable Tests: Add test coverage for supported optionsMike Sherov2013-03-041-27/+42
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-12/+12
|
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-081-13/+10
|
* Dev: Change incorrect references in test suite from #main to #qunit-fixture.Mike Sherov2012-12-081-1/+1
|
* Draggable: made handles work with complex markup. Fixes #8757 - Draggable: ↵mathias.stenbom2012-11-191-0/+29
| | | | Resizable handle with inner element does not work, when its also draggable
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵Mike Sherov2012-11-091-2/+3
| | | | re-enable the dialog test suite
* Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove ↵Mike Sherov2012-11-041-2/+2
| | | | globals and Standardize Test Suite
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-69/+8
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite ↵Mike Sherov2012-10-311-2/+5
| | | | to pass
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-301-23/+61
| | | | test suite to pass
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Tests: Lint.Scott González2012-04-191-9/+9
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-1/+1
|
* draggable unit tests: typo in 'addClasses: false' testRichard Worth2009-02-021-5/+1
|
* draggable unit tests: cleanupRichard Worth2009-02-021-0/+71