Closed jbeezley closed 10 years ago
I think there it emits a different event. I have seen it before. Will push a fix.
D3 has reasonable zoom behavior on all modern browsers so its source is worth a look.
On Thursday, July 3, 2014, Aashish Chaudhary notifications@github.com wrote:
I think there it emits a different event. I have seen it before. Will push a fix.
— Reply to this email directly or view it on GitHub https://github.com/OpenGeoscience/geojs/issues/145#issuecomment-47990158 .
thanks @jeffbaumes I will have a look.
Ref #148
Apparently firefox doesn't emit
mousewheel
events. I tried attaching toDOMMouseScroll
instead but that didn't seem to work for me. There is also this plugin: https://github.com/brandonaaron/jquery-mousewheel