-
Notifications
You must be signed in to change notification settings - Fork 154
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
Map panning broken in mapbox-gl 2.5 #145
Comments
Same bug with mapbox-gl version 1.15.2 |
I'm having a tricky time determining exactly how it results in the issue, but can confirm that these are the lines, the removal of which is responsible for the issue: It should be implementing this blur on the individual handlers so that desktop interactions are blurred while touch interactions are not, but I wonder if the decision of which handlers on which to implement custom blur handlers is not quite right—in addition to the bigger question of why it's the blur handler that ultimately causes the issue. |
Hi @rreusser, I just found this issue here because I ran into the same problem. Would it be possible to implement a workaround for this issue in mapbox-gl-leaflet?- Or this is need to be changed in mapbox-gl-js? |
Can confirm this fix is working: |
fixed by @denisones in |
I am experiencing insane map panning jitter that renders map unusable in mapbox-gl 2.5. I have tested with mapbox-gl 2.4.1 (latest 2.4 patch release) and it works fine. The bug was introduced with mapbox-gl 2.5.
Screen.Recording.2021-10-16.at.4.13.43.PM.mov
Thanks for the awesome library btw, much appreciated.
The text was updated successfully, but these errors were encountered: