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

Mouseend listener never gets unregistered #12

Merged
merged 1 commit into from
Jan 28, 2013
Merged

Mouseend listener never gets unregistered #12

merged 1 commit into from
Jan 28, 2013

Conversation

staktrace
Copy link
Contributor

This appears to be a typo in the library. If many mouse down/up events are sent to the page, eventually the mouseend function gets called bajillions of times because it is registered on each mousedown but never unregistered. This causes, for example, the issue at https://bugzilla.mozilla.org/show_bug.cgi?id=833540 in Firefox for Android.

stephband added a commit that referenced this pull request Jan 28, 2013
Mouseend listener never gets unregistered - fix
@stephband stephband merged commit ecc4855 into stephband:master Jan 28, 2013
@stephband
Copy link
Owner

Yes, it is indeed a typo. Thank you for putting the time in on tracking that down. That's a big help!

@staktrace
Copy link
Contributor Author

No problem :)

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