leaflet-extras / leaflet-providers

An extension to Leaflet that contains configurations for various free tile providers.
https://leaflet-extras.github.io/leaflet-providers/preview/
BSD 2-Clause "Simplified" License
2.15k stars 669 forks source link

Allow mouse-wheel scrolling of the leaflet styles menu #362

Closed c-harding closed 4 years ago

c-harding commented 4 years ago

In small windows, the list of styles do not all fit on one screen. However, the mouse wheel is captured by the map, causing zooming instead of scrolling. This adds an event listener to prevent this propagation to the map itself when this list is scrolled.

brunob commented 4 years ago

I don't reproduce this bug with firefox or chromium, which browser are you using ?

c-harding commented 4 years ago

Firefox, Chrome and Safari on Mac, when scrolling with a trackpad. The issue is with the homepage, not the preview page.

brunob commented 4 years ago

Got it, just have to update leaflet to latest release on this page and it works, commit is on the way.

brunob commented 4 years ago

Should be fixed now, closing.