| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
This addresses a bug where users initialize empty sortable lists are
add items dynamically. In this situation refresh() should recognize the
position and orientation of the new items.
Fixes #7498
Closes gh-1381
(cherry picked from commit f656aebe3f99356b7eb91ffdafe6689ecc8fb4ae)
|
|
|
|
|
|
| |
Fixes #9604
Closes gh-1443
(cherry picked from commit 17c7f698a2894211bbb5f2d63750f5b3b84bb0ab)
|
|
|
|
|
| |
Closes gh-1403
(cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
|
|
|
|
| |
Refs #9675
|
|
|
|
| |
Fixes #9335
|
|
|
|
| |
Closes gh-1237
|
| |
|
|
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;
Fixes #9464
Closes gh-1029
|