jamiewaese / ePlant

ePlant is a data visualization tool for integrating and exploring multiple levels of biological data.
MIT License
2 stars 1 forks source link

Mouse wheel to zoom not working on Gene Selector page #44

Closed jamiewaese closed 10 years ago

jamiewaese commented 11 years ago

This becomes an issue if you want to explore the Chr C and Chr M...

yuzhenmi commented 11 years ago

This has always worked for me, probably a browser compatibility issue. Can you check out your browser's console log for any errors generated when you scroll? There may or may not be any but it's worth a shot.

yuzhenmi commented 11 years ago

Is it working now? I've added an additional event listener to support FireFox.

jamiewaese commented 11 years ago

Firefox: Yes Chrome: Yes Safari: Yes

Nice!

Can you make it a touch more sensitive? It takes 10 scrolls to make the C chromosome about a centimetre tall. Or do we need a sensitivity slider...?

On 2013-11-15, at 4:25 PM, Hans Yu wrote:

Is it working now? I've added an additional event listener to support FireFox.

— Reply to this email directly or view it on GitHub.

yuzhenmi commented 11 years ago

I've changed the zoom from 5% per scroll to 10%. I don't want to add a sensitivity slider because we will be using many plugin modules, and their zooming sensitivity will be more difficult to control.