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

Don't stop camera on mousedown/touchstart when non-interactive #6338

Merged
merged 1 commit into from
Mar 15, 2018

Conversation

jfirebaugh
Copy link
Contributor

Fixes #3150.

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • manually test the debug page

Copy link
Contributor

@lucaswoj lucaswoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid. Thank you @jfirebaugh. 🚢

Side note: From a semantic perspective, it is a little weird that a file called bind_handlers.js is also handling some events itself. Overall it has been hard to encapsulate event handlers because there are so many interactions between them. I wonder if iOS or Android have any answers here.

@jfirebaugh jfirebaugh merged commit 28cd648 into master Mar 15, 2018
@jfirebaugh jfirebaugh deleted the fix-3150 branch March 15, 2018 18:54
@jfirebaugh
Copy link
Contributor Author

jfirebaugh commented Mar 15, 2018

Agreed. I think if we're able to slim down map.js through other refactors, we should merge bind_handlers.js into it.

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