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

Fire "mouseover" event #3217

Closed
lucaswoj opened this issue Sep 19, 2016 · 3 comments
Closed

Fire "mouseover" event #3217

lucaswoj opened this issue Sep 19, 2016 · 3 comments

Comments

@lucaswoj
Copy link
Contributor

We fire "mousemove" events and "mouseout" events but no "mouseover" events. http://stackoverflow.com/questions/39563365/cannot-seem-to-get-mouseover-event-to-work-with-mapbox

@peterqliu
Copy link
Contributor

peterqliu commented Sep 19, 2016

@lucaswoj does mouseover fire when the cursor moves over the map itself, a specific layer, a specific source feature, or specific rendered feature?

If the former, that sounds the same as mousemove. If the others, does that also require a layer on which to bind the listener?

@lucaswoj
Copy link
Contributor Author

lucaswoj commented Sep 19, 2016

mouseover (like mouseout and mousemove) fires when the cursor moves over the map itself. mouseover is different from mousemove.

@ryanhamley
Copy link
Contributor

This was closed by #6000

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

4 participants