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

Removed an else clause to fix Chrome touch issue #17

Closed
wants to merge 1 commit into from

Conversation

rux
Copy link

@rux rux commented Sep 3, 2013

This for me fixes Issue #16. The else clause was causing the tooltip event handler to never be fired, because window.Touch now returns true even on a machine where you only have a mouse. Removing it means that mouse events now work on desktop chrome as well as touch events. I sadly don't have a chromebook with touch to test whether it works fine using both a mouse and touch at the same time, but I think it should be fine.

@muriloadriano
Copy link

Thanks a lot! This fix Issue #18.

@lhyaax
Copy link

lhyaax commented Nov 20, 2013

But it not work with opera and ie10.
What's wrong?

@freeday freeday mentioned this pull request Feb 5, 2014
@Regaddi
Copy link
Owner

Regaddi commented Mar 4, 2014

Fixed, as in #25.

@Regaddi Regaddi closed this Mar 4, 2014
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.

4 participants