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

Tap event not firing the first time after tracking another element #1590

Closed
Sleeckx opened this issue May 22, 2015 · 2 comments
Closed

Tap event not firing the first time after tracking another element #1590

Sleeckx opened this issue May 22, 2015 · 2 comments

Comments

@Sleeckx
Copy link

Sleeckx commented May 22, 2015

Created a test case here: http://jsbin.com/cowarujeje/2/edit?html,output

When I first move the red square by dragging it, then click the Tap Me element, the tap event isn't fired. Only after clicking it a second time it fires as normal again.

@dfreedm
Copy link
Member

dfreedm commented May 22, 2015

Yep, there's a bad state reset for tap. Easy fix.

@Sleeckx
Copy link
Author

Sleeckx commented Jul 16, 2015

Unfortunately, this is broken again with the current code 😢
The same test case still applies: http://jsbin.com/cowarujeje/2/edit?html,output
First drag the red square, then tap the Tap Me button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants