Closed guillerodriguez closed 8 years ago
@guillerodriguez this disables scrolling while holding an item, if your list is higher than the screen size. Thus this is rather undesirable for mobile.
I believe these issues were fixed in #71 and #72. Please feel free to reopen if you find additional issues.
When testing on desktop browsers (Chrome, FF) I found that trying to drag an item beyond the bottom of the page quickly makes the page height grow out of control (the page height will keep growing as long as you keep dragging the item beyond the page bottom). This can be seen in the live demo at http://pornel.net/slip
The following fix in
updatePosition()
avoids this problem: