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

Drag handle bug fix #88

Merged
merged 2 commits into from Sep 6, 2017
Merged

Conversation

Sypher1987
Copy link
Contributor

I have come across an issue with the drag handles, because the current target that is used for the drag handles is updated on mouseover and the drag start requires movement of the mouse to initiate sometimes it does not work. The tracked current target can get updated when the mouse moves off the drag handle before the drag star event fires. This can be seen on the plunkr demo if you click and drag quickly using the drag handle.

Update to swap current item tracking used for drag handles from mouseover to mousedown
@ObaidUrRehman
Copy link
Owner

Thanks @Sypher1987

@ObaidUrRehman ObaidUrRehman merged commit 62105cc into ObaidUrRehman:develop Sep 6, 2017
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.

None yet

2 participants