OpenGeoscience / geojs

High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
https://opengeoscience.github.io/geojs
Apache License 2.0
438 stars 75 forks source link

Mousewheel zoom doesn't work in Firefox #145

Closed jbeezley closed 10 years ago

jbeezley commented 10 years ago

Apparently firefox doesn't emit mousewheel events. I tried attaching to DOMMouseScroll instead but that didn't seem to work for me. There is also this plugin: https://github.com/brandonaaron/jquery-mousewheel

aashish24 commented 10 years ago

I think there it emits a different event. I have seen it before. Will push a fix.

jeffbaumes commented 10 years ago

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 .

aashish24 commented 10 years ago

thanks @jeffbaumes I will have a look.

aashish24 commented 10 years ago

Ref #148