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

Leak on iPad when using jQuery 2.0.3 #3

Open
samuelnee opened this issue Jan 21, 2014 · 0 comments
Open

Leak on iPad when using jQuery 2.0.3 #3

samuelnee opened this issue Jan 21, 2014 · 0 comments

Comments

@samuelnee
Copy link

Since $drag.parents().on("mousemove") is added on every "mousedown", the plugin was eventually stopping in the browser (especially iPad). Adding $drag.parents().off('mousemove') in $(".draggable").on("mouseup") seemed to do the trick for me. Maybe move this to a delegated event?

Setting the setTimeout's to a local variable and then using clearTimeout before the logic seemed to help as well.

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

No branches or pull requests

1 participant