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

Scrolling with mouse wheel when hover on os-scrollbar-handle #128

Closed
Shakhmurat opened this issue Jul 11, 2019 · 5 comments
Closed

Scrolling with mouse wheel when hover on os-scrollbar-handle #128

Shakhmurat opened this issue Jul 11, 2019 · 5 comments

Comments

@Shakhmurat
Copy link

Good day.
You can check this on the plugin page.
And thanks for plugin.

@Shakhmurat Shakhmurat changed the title Scrolling with mouse wheel when hover on os-scrollbar-handle Scrolling with mouse wheel when hover on os-scrollbar-handle Jul 11, 2019
@KingSora
Copy link
Owner

KingSora commented Jul 11, 2019

Hi,
yes, this is quite normal, as you are hovering over regular div elements, and they wont propagate the scroll command since they aren't children of the viewport.

There is still the possibility to implement a custom scroll behavior by yourself if you need this functionality.

Edit: After some experiments I've figured out a possible "easy" solution, whill I'll maybe implement in the next version, but I'm still undecided about this.

@Shakhmurat
Copy link
Author

Ok, It will be cool to see this in the next version.

@KingSora
Copy link
Owner

KingSora commented Jul 12, 2019

Unfortunately during testing came out that my current solution is only working in chrome / webkit... I'll try to come up with a solution for other browsers too, but I can't promise it.

@scrollbardeveloper
Copy link

If the scrollbar is wider than default then it's a bigger issue.

In my use case I only need it for Webkit. Could you please share the solution?

@KingSora
Copy link
Owner

This should be fixed in v2 which released today :)

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