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

Click events are inconsistent on Macbook Pro Trackpad #6775

Closed
clif-os opened this issue Jun 4, 2018 · 3 comments
Closed

Click events are inconsistent on Macbook Pro Trackpad #6775

clif-os opened this issue Jun 4, 2018 · 3 comments

Comments

@clif-os
Copy link

clif-os commented Jun 4, 2018

macbook: MacBook Pro (15-inch, 2016)

mapbox-gl-js version: 0.45.0

browser: Chrome (latest)

Normal trackpad clicks are often misinterpreted as nonclicks.

Steps to Trigger Behavior

  1. Click on the map quickly.
  2. Sometimes the click event does not fire.

Behavior seen at the final click of this GIF

Expected Behavior

Trackpad mapbox-gl click events should have the same sensitivity as DOM click events.

Actual Behavior

Trackpad mapbox-gl click events are less sensitive than DOM.

@pathmapper
Copy link
Contributor

Sounds like it could be the same issue as described in #6730. Maybe #6757 fixes your issue?

@clif-os
Copy link
Author

clif-os commented Jun 4, 2018

I don't think it's the same issue described in #6730 . Mine is related directly to clicking on the canvas and firing of the main 'click' event. However, #6757 seems promising.

@jfirebaugh
Copy link
Contributor

I'm pretty sure #6757 fixes this issue.

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

3 participants