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
I have searched the opened issues and there are no duplicates
Describe the bug
When running the app in standalone mode, the scrollbar gets stuck and unresponsive (it makes little jumps each time you drag it). The same happens when you touch scroll by swiping up or down, it moves an step and stops abruptly.
Note 1: Scrolling works fine and smoothly in WEB BROWSER mode, it only happens when running as an standalone app.
Note 2: Scrolling with the mousewheel also works fine.
Duplicate Check
Describe the bug
When running the app in standalone mode, the scrollbar gets stuck and unresponsive (it makes little jumps each time you drag it). The same happens when you touch scroll by swiping up or down, it moves an step and stops abruptly.
Note 1: Scrolling works fine and smoothly in WEB BROWSER mode, it only happens when running as an standalone app.
Note 2: Scrolling with the mousewheel also works fine.
Code sample
Code
To reproduce
Expected behavior
Smooth scroll when using the scrollbar or dragging touch (in this case with a touch screen on windows)
Screenshots / Videos
Screen capture:
Scrolltest_bug.mp4
Operating System
Windows
Operating system details
Windows 11
Flet version
0.24.1
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Logs
Logs
[Paste your logs here]Additional details
In 0.23 the scrollbar worked smoothly but the touch dragging still had this bug.
In 0.24 neither of the two works.