-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Sortable with delay issue #122
Comments
+1 |
|
ended up basically implementing this using the delay on jquery-ui-draggable |
@samccone How did you implement that? My issue is that on scrolling the widgets change values too easily and I suspect your fix would help my bothersome by-product of adding this. |
+1 on the issue, and also very interested to know what @samccone did |
For anyone who ends up here looking for a solution - I've created a pull request which implements this using a global |
This is a great solution for what I am trying to do. Nice work.
I was trying to use the sort routine with delay on an iPhone app to prevent the rows in my table from moving around when the user scrolls the page up and down. The delay simulates a long press event. However if the screen is filled with rows, the UI scroll does not work and I cannot get to the items at the bottom. It's as if there's another layer on top of the sortable rows that's blocking the scrolling feature of the UI. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: