]> source.dussan.org Git - jquery-ui.git/commit
Sortable: Update _contactContainers to use page clientX/Y values
authordstrohl <dstrohl@users.noreply.github.com>
Tue, 16 Dec 2014 16:05:54 +0000 (08:05 -0800)
committerAlexander Schmitz <arschmitz@gmail.com>
Wed, 30 Mar 2016 22:48:29 +0000 (18:48 -0400)
commit9aca7067321643dcb4b5db03855591c35cd85d69
tree0f5404e8a635afdbbacc10eb4efc75fad4b5d2d5
parentd21aeee8092b9c4e756606a39dd081ef3fbd5dbc
Sortable: Update _contactContainers to use page clientX/Y values

The sortable was using the window position compared with page position to
determine where to drop objects.  this was only a problem for sortables far
enough down to require scrolling.

Fixes #10727
Fixes #5039
Closes gh-1475
Closes gh-1585
ui/widgets/sortable.js