aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-205/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-1/+0
| | | | | Ref #10119 Ref gh-1528
* Droppable: Convert tests to new infrastructureScott González2015-04-091-5/+6
| | | | | Ref #10119 Ref gh-1528
* Droppable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-4/+5
|
* 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-101-2/+39
| | | | | $.ui.intersect is not a documented API, yet droppable tolerance is, and are essentially the same.
* Droppable: update ddmanager when scope changes through setOption. Fixed ↵Andrei Picus2013-10-291-4/+42
| | | | #9287 - droppable: Scope option cannot be changed after initialization.
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-2/+2
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵Mike Sherov2012-10-301-3/+6
| | | | test suite to pass
* Tests: Lint.Scott González2012-04-191-4/+0
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-2/+2
|
* unit tests: minor updatesRichard Worth2009-02-021-3/+9
|
* Fixed #4037 (droppable: cssNamespace option should be removed, addClasses ↵Richard Worth2009-02-021-11/+1
| | | | option added)
* Failing test for #4037 (droppable: cssNamespace option should be removed, ↵Richard Worth2009-02-021-0/+12
| | | | addClasses option added)
* droppable unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+60
widget, events, methods, options, tickets