Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch updates; auto scroll; multi-container #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Touch updates; auto scroll; multi-container #3

wants to merge 7 commits into from

Conversation

velvetshoehorn
Copy link

Greetings Vishalok12,

First, thank you for your original work on the jQuery drag arrange plugin! I really like it's compactness and straight forward approach. I was using it on a site I'm developing when I ran into some issues (with Windows 10). The main problem was that I'd drag an element down to put it lower on the list but when I hit the edge of the window, I'd have to drop it because it wouldn't scroll... OR... as soon as I'd touch something it would start scrolling and make a moving target to try to hit.

So instead of just using another plugin (most were a lot bigger and still had other issues), I thought I'd see what it would take to update this one to improve the experience in Windows 10 and on some touch devices. My testing device collection, however, is limited. I can't prove that it works everywhere (in fact, I know it doesn't on old iPhones). But I thought you might be interested in the update. If you like it great! If not, I've still got the fork.

Nice work!

skilldashboard added 7 commits October 14, 2015 14:40
… dynamic drag elements to be added; optional container can be specified to be able to move between multiple parents of a set of draggables; added to example page (still needs style love).
…equires a little movement similar to the movement observed in some browsers while dragging a selection, but it's way closer than it was before. Reorganized functions to be outside the main jQuery fn addition - keeps them private and allowed for a lot of arguments to be shared and not passed around. Though in fairness, passing around might be better for unit testing.
…hes the development version; issue with binding events to parent container resolved (it was choking when a containerSelector wasn't specified AND different than the elements selector);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant