-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 moving on mouse wheel click has stopped working #3612
Comments
Yes, unfortunately it's pretty much impossible to do blames/bisects between v1.9.x and v2.0.x code. This might have been something that changed with the upgrade to d3 v4. Can you describe a bit more about what the issue is? I've never tried clicking the mousewheel, so I'm not really sure what the previous behavior was. |
You could move the map by clicking on the mouse wheel, when you were at draw mode. |
Hey @edpop I might have fixed this in 77b78a7. The default d3 zoom event filter was doing something like When you get a chance, can you test in http://openstreetmap.us/iD/master and see if mouse wheel clicks are working again, and if so close this issue? |
Thanks, it works very nice! |
Unlike v1.9.7, mouse wheel click has stopped working. It is necessary to draw ways.
I'm trying to find this change in the code...
The text was updated successfully, but these errors were encountered: