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

dblclick Event Incorrectly Fires #252

Closed
shooterbret opened this issue Jul 25, 2017 · 0 comments
Closed

dblclick Event Incorrectly Fires #252

shooterbret opened this issue Jul 25, 2017 · 0 comments

Comments

@shooterbret
Copy link

shooterbret commented Jul 25, 2017

In the example below, there are two rectangles: one red, and one blue.
When the red rectangle is clicked once, The console will log "Red Clicked".
When the blue rectangle is clicked once, the console will log "Blue Clicked".
When the blue rectangle is clicked twice, the console will log "Blue Double Clicked"; However,
If the red rectangle is clicked once and then the blue rectangle is quickly clicked once thereafter, the console will log "Blue Double Clicked" although the blue rectangle itself was not double clicked.

Demo: http://jsbin.com/xojeroziti/2/edit?html,js,console,output

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