-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
🐛 Scrollbar, disappear when the mouse is not over #1077
Labels
bug
Something isn't working
Comments
I think it is an issue with Flutter's We hide the scrollbar as soon as the mouse leaves it, but we don't take into account if the user is still pressing it. fluent_ui/lib/src/controls/utils/scrollbar.dart Lines 140 to 184 in 5d756db
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm not that sure if it's a problem with Fluent_ui or Flutter.
The scrollbar tend to disappear when the mouse move (so almost everytime I scroll, it's hard to grab the bar and it disappear).
Also, maybe it's another bug, but if I go over the scrollbar, it appear, and after that if I scroll with the mouse wheel, it stay appeared.
But wait a couple of second, the bar disappear, scroll with mouse will, you'll not see the bar again.
The text was updated successfully, but these errors were encountered: