]> 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, 24 Feb 2015 14:36:12 +0000 (09:36 -0500)
commit962e05dc1d0a51a7458bc44725417aa3462cd89a
tree01a5bc392ee4b4c5bb73f606304b516b8c104665
parentd95c23ae6c44e7d82289bb0a82eb1a7840a7a5f2
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
tests/unit/sortable/sortable.html
tests/unit/sortable/sortable_options.js
ui/sortable.js