aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable
Commit message (Collapse)AuthorAgeFilesLines
* Core: Make back compat disabled by defaultMichał Gołębiowski-Owczarek2024-05-131-2/+1
| | | Closes gh-2250
* Docs: Update leftover HTTP Trac URLs to HTTPSMichał Gołębiowski-Owczarek2024-04-261-2/+2
|
* Build: Fork vendors to remove QUnit deprecated API usageMichał Gołębiowski-Owczarek2023-05-101-2/+2
| | | | | | | | | | | | Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` * move `qunit-composite` to `tests/lib` so that we can modify it * move `qunit-assert-classes` to `tests/lib` so that we can modify it * move `qunit-assert-close` to `tests/lib` so that we can modify it * replace `assert.push` with `assert.pushResult` * remove usage of `QUnit.extend` Closes gh-2157
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-075-2/+10
| | | | | Fixes #15393 Closes gh-1958
* Tests: Ensure no timers are running at the end of each test (#1920)Michał Gołębiowski-Owczarek2020-05-164-8/+12
| | | | | | | | | | | | | This helps fix issues that make tooltip tests sometimes fail when run against jQuery 3.2 or newer due to timing differences. Details: * Add the `moduleAfterEach` function ensuring no timers are running. * Attach this function via `common.testWidget`. * Attach this function to most test suites. * Add a tooltip test helper cleaning up leftover timers. * Rename legacy `setup`/`teardown` hooks to `beforeEach`/`afterEach`. Closes gh-1920
* Droppable: Shift to use no globalsAmanpreet Singh2016-04-145-74/+79
|
* Droppable: Style updatesAlexander Schmitz2015-09-117-87/+89
| | | | Ref #14246
* Droppable: Style updatesAlexander Schmitz2015-08-213-4/+4
| | | | | Ref #14246 Ref gh-1588
* Droppable: Move droppable into widgets folderAlexander Schmitz2015-08-086-6/+6
| | | | Ref #13885
* Droppable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* Tests: Fix AMD loading in IE8Scott González2015-04-172-0/+2
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tests: Rename filesScott González2015-04-099-2/+2
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-094-15/+18
| | | | | Ref #10119 Ref gh-1528
* Droppable: Convert tests to new infrastructureScott González2015-04-0910-87/+59
| | | | | Ref #10119 Ref gh-1528
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
| | | | | | This module was created from our existing implementation. Closes gh-1532
* Droppable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-9/+11
|
* Droppable: Add classes optionAlexander Schmitz2015-03-114-2/+71
| | | | | Ref #7053 Ref gh-1411
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
| | | | | Fixes #7053 Closes gh-1411
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-242-3/+1
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Droppable: Account for draggable margins when detecting hoverMike Sherov2014-08-131-2/+51
| | | | Fixes #6876
* Droppable: only consider pointer location with tolerance "pointer"Will Holley2014-08-101-1/+14
| | | | Fixes #4977 Closes gh-991
* Droppable Tests: fix whitespace in droppable_optionsMike Sherov2014-08-101-22/+22
|
* Droppable tests: swap $.ui.intersect test with tolerance testMike Sherov2014-08-102-31/+39
| | | | | $.ui.intersect is not a documented API, yet droppable tolerance is, and are essentially the same.
* Tests: Fix composite testsScott González2014-08-011-1/+1
|
* Build: Reorganize external directoryScott González2014-06-242-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 filenameJörn Zaefferer2014-03-051-1/+1
|
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-6/+6
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Droppable: update ddmanager when scope changes through setOption. Fixed ↵Andrei Picus2013-10-291-4/+42
| | | | #9287 - droppable: Scope option cannot be changed after initialization.
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-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.
* Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-201-1/+30
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-13/+16
| | | | | | | | | | 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ález2013-03-141-16/+13
| | | | | | 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 Sherov2013-03-111-13/+16
| | | | | | | | 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
* Droppable tests: Cleanup.Scott González2013-02-261-9/+4
|
* Droppable: Changed drop event to loop over a copied array instead of the ↵Zaven Muradyan2013-02-262-0/+34
| | | | droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Interactions: Update widget defaults to match documented API.Mike Sherov2013-01-021-2/+9
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-263-27/+27
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-035-17/+23
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵Mike Sherov2012-10-305-30/+37
| | | | test suite to pass
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-233-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
|