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

Fix for 'cannot access clientX on undefined' exception. #159

Closed

Conversation

bryanlarsen
Copy link

To reproduce, access a DraggableCore element using touch emulation in Chrome. The exception will be thrown on drag stop.

This will leave the element active, so if you drag another element, both elements end up being dragged together.

I'm not sure if this is the correct fix, I may be treating symptoms rather than root cause, but it appears to work.

To reproduce, access a DraggableCore element using touch emulation in Chrome.   The exception will be thrown on drag stop.

This will leave the element active, so if you drag another element, both elements end up being dragged together.

I'm not sure if this is the correct fix, I may be treating symptoms rather than root cause, but it appears to work.
@STRML
Copy link
Collaborator

STRML commented May 19, 2016

This may be related to #118 - looking into it.

@STRML STRML closed this in 96dac99 May 19, 2016
@STRML
Copy link
Collaborator

STRML commented May 19, 2016

2.0.2

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.

2 participants