Skip to content

files-view: Cancel kinetic deceleration on loading

António Fernandes requested to merge wip/antoniof/scrolled-window-hack into master

If we change location while the view is still scrolling due to kinetic deceleration, we get a sudden jump to the same scrolling position as the previous location, as well as residual scrolling movement in the new location.

This is both undesirable and unexpected from a user POV.

Workaround that by canceling deceleration when switching locations.

Fixes #1452 (closed)

Merge request reports