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

Awkward scroll physics on desktop with trackpad #782

Closed
jmatth opened this issue Sep 14, 2022 · 1 comment
Closed

Awkward scroll physics on desktop with trackpad #782

jmatth opened this issue Sep 14, 2022 · 1 comment

Comments

@jmatth
Copy link
Contributor

jmatth commented Sep 14, 2022

On most desktop platforms, a scroll triggered by a trackpad gesture will generally have some inertia so that the content continues to scroll for a short time after the user removes their hand from the trackpad. This behavior was present in super_editor but is now missing following the release of Flutter 3.3.0 and the subsequent fix for the new trackpad events in #780. Scrolling performed with a trackpad now stops as soon as your fingers leave the trackpad.

Current behavior:

Screen.Recording.2022-09-14.at.14.27.55.mov

Old, expected behavior (commit 595a570 built against Flutter 3.0.5):

Screen.Recording.2022-09-14.at.14.26.08.mov
@jmatth
Copy link
Contributor Author

jmatth commented Oct 5, 2022

The super_editor team has opened a duplicate issue for this at #806, so I'll close this one.

@jmatth jmatth closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant