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

Mouse stuck to map while panning #3215

Closed
martinrisseeuw opened this issue Sep 19, 2016 · 2 comments
Closed

Mouse stuck to map while panning #3215

martinrisseeuw opened this issue Sep 19, 2016 · 2 comments

Comments

@martinrisseeuw
Copy link

mapbox-gl-js version:

Steps to Trigger Behavior

  1. Go to http://martinr.nl/lab/locator_v3/ in safari
  2. Start panning the map
  3. Keep trying till the map sticks to your mouse

Expected Behavior

The user should be able to drag pan the map bij holding the mouse. When the click is released is should detach from the map.

Actual Behavior

Sometimes in safari the map sticks to the mouse when panning. This can only be undone by double clicking on the map.

@lucaswoj
Copy link
Contributor

It looks like exceptions from #2822 are preventing event listeners from running. This bug has been fixed in the latest release.

@lucaswoj
Copy link
Contributor

Implementing this feature will mitigate the problem: #2891

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

2 participants