Duplicate Check
Describe the bug
The scrolling effect erratically jumps/warps when reaching the top or bottom.
It seems to happen only on macOS using the touchpad for scrolling.
The closest, seemingly most similiar other bug report: #6352 , but they did not add details.
Code sample
Code
import flet as ft
def main (page : ft .Page ):
page .views .append (
ft .View (
controls = [
ft .Column (
controls = [
ft .TextField (
label = "First Name" ,
),
ft .TextField (
label = "Last Name" ,
),
],
scroll = ft .ScrollMode .AUTO ,
height = 100 ,
),
]
)
)
page .update ()
ft .app (main )
To reproduce
Append a View to page that has a Column in it.
Add some TextFields in it.
Try to scroll it.
Expected behavior
The scrolling should stop smoothly and not jump back erratically.
Screenshots / Videos
Captures
Screen.Recording.2026-05-08.at.14.52.56.mov
Operating System
macOS
Operating system details
Sequoia 15.6.1
Flet version
0.84.0
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
Additional details
No response
Duplicate Check
Describe the bug
The scrolling effect erratically jumps/warps when reaching the top or bottom.
It seems to happen only on macOS using the touchpad for scrolling.
The closest, seemingly most similiar other bug report: #6352, but they did not add details.
Code sample
Code
To reproduce
Expected behavior
The scrolling should stop smoothly and not jump back erratically.
Screenshots / Videos
Captures
Screen.Recording.2026-05-08.at.14.52.56.mov
Operating System
macOS
Operating system details
Sequoia 15.6.1
Flet version
0.84.0
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
[Paste your logs here]Additional details
No response