Skip to content
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

Mouse wheel scrolling #204

Open
mikeott opened this issue Jun 28, 2016 · 2 comments
Open

Mouse wheel scrolling #204

mikeott opened this issue Jun 28, 2016 · 2 comments

Comments

@mikeott
Copy link

mikeott commented Jun 28, 2016

UPDATE: I was able to get around this by commenting out the mousewheel event..

So while not an ideal solution for everyone, I am happy with it because it also gets around the bad UX of mousehweel scrolling left/right even though your moving up/down.

Cheers.


Great work on this BTW. I'm going to implement it into an existing project.

One small issue though.

If you're using your mouse wheel to scroll down the page, as soon as the Gantt chart hits your mouse pointer the page scrolling action is suddenly hijacked.

I realise the Gantt chart will let you scroll left/right in the timeline with your mouse wheel and that's the reason for the hijacking, but from a usability POV this is unexpected behaviour (and kind of frustrating). I also think it a little nonsensical that moving your mouse wheel up and down should make something move left and right.

If possible it would be good if there was a way to disable this behaviour. I realise some users might be happy keeping it the way it is, so perhaps the best solution would be a new parameter called mouseWheelScroll (or similar) with options true or false, where false would let the user scroll down the page past the Gantt chart without interruption.

mouse-wheel-scrolling

Thanks in advance.

Keep up the good work!

@gregthegee

This comment has been minimized.

@usmonster

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants