aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable.html
Commit message (Collapse)AuthorAgeFilesLines
* Core: Make back compat disabled by defaultMichał Gołębiowski-Owczarek2024-05-131-2/+1
| | | Closes gh-2250
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Droppable: Convert tests to new infrastructureScott González2015-04-091-30/+3
| | | | | Ref #10119 Ref gh-1528
* Droppable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-0/+1
|
* Droppable: Add classes optionAlexander Schmitz2015-03-111-0/+3
| | | | | Ref #7053 Ref gh-1411
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* 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: Changed drop event to loop over a copied array instead of the ↵Zaven Muradyan2013-02-261-0/+1
| | | | droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler.
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+1
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-5/+13
|
* Tests: Cleanup.Scott González2011-08-031-27/+26
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Droppable: Removed empty tickets test file.Scott González2011-03-281-1/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+2
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Unit tests: Disable stale interaction tests only on testswarm, but allow ↵jzaefferer2010-04-141-4/+12
| | | | them to run locally
* Tuning disabled testsuites to run with ?draggable that TestSwarm addsjzaefferer2010-04-011-1/+1
|
* Disabling interaction testsuites until we get to their rewrites; required to ↵jzaefferer2010-04-011-0/+3
| | | | get 100% passing on TestSwarm now
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-4/+10
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-3/+3
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* updated to latest QUnitJörn Zaefferer2009-09-151-1/+1
|
* change script ordering to load testswarm agent after QUnitJörn Zaefferer2009-09-111-1/+1
|
* update to lastest QUnitJörn Zaefferer2009-08-301-1/+1
|
* Removed jquery.simulate from external/ as it's being removed from ↵Richard Worth2009-08-101-1/+1
| | | | jqueryjs.googlecode.com/svn/trunk/plugins
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-271-2/+2
|
* Switched to jQuery 1.3.2Richard Worth2009-02-201-1/+1
|
* droppable unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-1/+6
| | | | widget, events, methods, options, tickets
* switched to jQuery 1.3.1Richard Worth2009-01-221-1/+1
|
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-141-1/+1
|
* switched to jQuery 1.3rc2Richard Worth2009-01-131-1/+1
|
* reverted r1544 (it was temporary)Richard Worth2009-01-081-1/+1
|
* temporarily switched back to 1.2.6Richard Worth2009-01-081-1/+1
|
* restructured unit tests folderRichard Worth2009-01-071-0/+27