Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -496/+0 |
| | | | | Ref gh-1528 | ||||
* | Sortable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -5/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Sortable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -4/+4 |
| | |||||
* | Sortable: Append a tr with td to the placeholder of tbody elements | Nils Heuermann | 2015-02-24 | 1 | -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ález | 2013-04-02 | 1 | -13/+25 |
| | | | | Sortable: Placeholder breaks table-layout: fixed. | ||||
* | Sortable Tests: Fix IE7 Test fails by being more generous with dragging near ↵ | Mike Sherov | 2013-03-31 | 1 | -4/+6 |
| | | | | borders. | ||||
* | Sortable Tests: Fix IE7 test failures due to incorrectly expecting relative ↵ | Mike Sherov | 2013-03-31 | 1 | -1/+1 |
| | | | | urls in img srcs. | ||||
* | Sortable: update placeholder when axis is x or y for connected lists. Fixed ↵ | Jason Moon | 2013-03-23 | 1 | -0/+28 |
| | | | | #8301 - Placeholder doesn't move when using connectWith option | ||||
* | Sortable Tests: Add tests for axis option and recent axis option bugs. | Mike Sherov | 2013-03-14 | 1 | -8/+85 |
| | |||||
* | Sortable Tests: Add tests to support #9041 and #8792 | Mike Sherov | 2013-03-08 | 1 | -0/+37 |
| | |||||
* | Sortable: Copy the src of the original item when creating a placeholder from ↵ | Scott González | 2013-03-07 | 1 | -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ález | 2013-02-20 | 1 | -2/+32 |
| | | | | #4765 - Sortable: Placeholder not displayed when sorting table rows. | ||||
* | Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵ | Mike Sherov | 2012-11-01 | 1 | -1/+2 |
| | | | | suite to pass | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -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ález | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | Sortable: Removed accurateIntersection option (Fixes #4225). | Scott González | 2009-02-25 | 1 | -8/+0 |
| | |||||
* | sortable unit tests: stubbed out missing tests | Richard Worth | 2009-02-03 | 1 | -0/+224 |
| | |||||
* | sortable unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 1 | -1/+29 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |