You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I have a product that displays some content through the coverComponent. The content is relatively long and will produce scroll bars.
My problem is that the scroll bar does not support wheel scrolling, it can only be dragged
I checked the source code and found that you traverse all the parent elements of the DOM element after mouseover by the mouse, and shield the mousewheel event, causing the scroll bar to fail to scroll through the wheel.
so, you can make the scroll bar configurable
To Reproduce
Steps to reproduce the behaviour:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Intuition about the error / Proposed solution (optional)
What is the expected behaviour?
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
About the environment
Which versions of botonic packages, and which browser/OS or environment (development/production) are affected by this issue? Did this work in previous versions of botonic packages?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @weigaosS , thanks for reporting! I see the point. Now we are currently working on the 1.0 version of Botonic so we will take this into account in order to be prioritized. By the way, you can create a Pull Request to do the fix, let's contact in Slack if you need further support on achieving it. We'll be happy to help here =)
Describe the bug
A clear and concise description of what the bug is.
I have a product that displays some content through the coverComponent. The content is relatively long and will produce scroll bars.
My problem is that the scroll bar does not support wheel scrolling, it can only be dragged
I checked the source code and found that you traverse all the parent elements of the DOM element after mouseover by the mouse, and shield the mousewheel event, causing the scroll bar to fail to scroll through the wheel.
so, you can make the scroll bar configurable
To Reproduce
Steps to reproduce the behaviour:
What is the expected behaviour?
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
About the environment
Which versions of botonic packages, and which browser/OS or environment (development/production) are affected by this issue? Did this work in previous versions of botonic packages?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: