]> source.dussan.org Git - jquery-ui.git/commit
Sortable: Calculating item distance and direction using a more robust algorithm to...
authorJohn Chen <zhang.z.chen@intel.com>
Fri, 17 Aug 2012 08:20:45 +0000 (16:20 +0800)
committerScott González <scott.gonzalez@gmail.com>
Wed, 10 Oct 2012 18:56:03 +0000 (14:56 -0400)
commitbae06d2b1ef6bbc946dce9fae91f68cc41abccda
treec1ccf8aa1d5c022ab6b75a5a7cf547f269b1b604
parent20e6064711abca6f540e18ec9feca8ece3720324
Sortable: Calculating item distance and direction using a more robust algorithm to better support sorting among nested sortables. Fixes #8572 - Wrong placeholder positions. Fixes #8573 - Can't drag an item out of an inner sortable. Fixes #8574 - Hard to put an item between two inner sortables.

Use the item which has the least distance between the mouse
pointer and one of its borders to rearrange, with direction being
determined by the nearest border.
Also we use this algorithm to rearrange even when currentContainer
is not changed to override the defective rearrangment in
_mouseDrag
ui/jquery.ui.sortable.js