Skip to content

Dual Listener Support for gesture and tap. #683

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

Closed
tilomitra opened this issue Apr 30, 2013 · 4 comments
Closed

Dual Listener Support for gesture and tap. #683

tilomitra opened this issue Apr 30, 2013 · 4 comments

Comments

@tilomitra
Copy link
Contributor

This references Trac #2533158.

I am pushing all work related to dual listener support to the dual-listener branch on my fork of yui3.

Part of the fix was provided by @grayrest (#471) but simply merging that would mean that tap callbacks would get fired twice, so there is some work needed to clean up that implementation.

@andrewnicols
Copy link
Contributor

Just wondering how this is progressing. You suggested in the old tracker issue that you were hoping to get a fix out soon.

Cheers

@tilomitra
Copy link
Contributor Author

@andrewnicols I'm trying to figure out the best way to prevent something like 'tap' from firing twice on a device with mouse and touch capabilities. I have the dual listener working. Now it's a matter of not firing one if the other fires.

@tilomitra
Copy link
Contributor Author

I updated my event-tap dual-listener branch with this fix.

@tilomitra
Copy link
Contributor Author

This is done, since we merged #986.

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

2 participants