]> source.dussan.org Git - jquery-ui.git/commit
Sortable: Append a tr with td to the placeholder of tbody elements
authorNils Heuermann <nils@world-of-scripts.de>
Fri, 31 Oct 2014 13:24:29 +0000 (14:24 +0100)
committerScott González <scott.gonzalez@gmail.com>
Tue, 10 Mar 2015 16:26:15 +0000 (12:26 -0400)
commitddc1b32a45746db7cc8e96de92818936464b323b
treedf083c67536fe649b8bcebcab1f07dfcc4e60463
parentd6997254f01c953d4f6d60b37057ca84f7f98856
Sortable: Append a tr with td to the placeholder of tbody elements

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
(cherry picked from commit 962e05dc1d0a51a7458bc44725417aa3462cd89a)
tests/unit/sortable/sortable.html
tests/unit/sortable/sortable_options.js
ui/sortable.js