You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's important to have a pixel buffer so that dragging isn't set to true immediately, which will cause usability issues. Konrad Lawson has an implementation for a drag delay as an answer on the mentioned Stack Overflow page, and there is also one I posted up at #643, which is based on another Stack Overflow answer.
If I have a list (http://goratchet.com/components/#table-views) of modal links (http://goratchet.com/components/#modals), a list longer than the screen, when I scroll (down or up) the list, a modal dialog pops up when the scroll action ends.
How can I prevent this and open the modal only when I tap (not scroll) a link?
JSFiddle sample here: http://jsfiddle.net/9RfMb/2/
The text was updated successfully, but these errors were encountered: