aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable/sortable_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-496/+0
| | | | Ref gh-1528
* Sortable: Convert tests to new infrastructureScott González2015-04-091-5/+5
| | | | | Ref #10119 Ref gh-1528
* Sortable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-4/+4
|
* Sortable: Append a tr with td to the placeholder of tbody elementsNils Heuermann2015-02-241-0/+36
| | | | | | | | | | When sorting tbody elements of a table the placeholder needs to have a tr with td elements to be visible. The appended elements are created in the same way as for the placeholder of a tr element; the first row of the sorted tbody is used for that. Fixes #10682 Closes gh-1380
* Sortable: Copy the cell structure when sorting a table row. Fixes #9185 - ↵Scott González2013-04-021-13/+25
| | | | Sortable: Placeholder breaks table-layout: fixed.
* Sortable Tests: Fix IE7 Test fails by being more generous with dragging near ↵Mike Sherov2013-03-311-4/+6
| | | | borders.
* Sortable Tests: Fix IE7 test failures due to incorrectly expecting relative ↵Mike Sherov2013-03-311-1/+1
| | | | urls in img srcs.
* Sortable: update placeholder when axis is x or y for connected lists. Fixed ↵Jason Moon2013-03-231-0/+28
| | | | #8301 - Placeholder doesn't move when using connectWith option
* Sortable Tests: Add tests for axis option and recent axis option bugs.Mike Sherov2013-03-141-8/+85
|
* Sortable Tests: Add tests to support #9041 and #8792Mike Sherov2013-03-081-0/+37
|
* Sortable: Copy the src of the original item when creating a placeholder from ↵Scott González2013-03-071-4/+17
| | | | an image. Fixes #5129 - Sortable: Unable to use an image as a placeholder in Firefox.
* Sortable: When sorting table rows, create a td to force dimensions. Fixes ↵Scott González2013-02-201-2/+32
| | | | #4765 - Sortable: Placeholder not displayed when sorting table rows.
* Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵Mike Sherov2012-11-011-1/+2
| | | | suite to pass
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Sortable: Removed accurateIntersection option (Fixes #4225).Scott González2009-02-251-8/+0
|
* sortable unit tests: stubbed out missing testsRichard Worth2009-02-031-0/+224
|
* sortable unit tests: split tests into individual filesRichard Worth2009-02-031-1/+29
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets