]> source.dussan.org Git - jquery-ui.git/commit
Sortable: Allow 0-height containers to be sortable as in 1.12.1
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 8 Nov 2021 17:21:03 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 17:21:03 +0000 (18:21 +0100)
commitefe3b225179f8f2f3f2c05484f7757f90bc5a27b
tree95b0fa80529db6830cbf6542d99039189157b0c9
parent85fba3f107a4a03bdac43f06c81ab2f2a3c2fea5
Sortable: Allow 0-height containers to be sortable as in 1.12.1

Note that container specific events will not fire when the dragged element
is interacting with zero height containers.

Fixes gh-1998
Closes gh-2008

Co-authored-by: A. Wells <borgboyone@users.noreply.github.com>
tests/unit/sortable/core.js
ui/widgets/sortable.js