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
When scrolling down while viewing a user's profile, the scroll behavior is 'fling', meaning the page continues scrolling down after the finger leaves the screen, but it slows down and stops eventually. This is how scrolling works in other parts of the app (like message threads) and also in many other apps. However, if the scrolling is initiated from the area of the user's profile page containing the feedback entries for the user, scrolling behaves differently: scrolling tracks exactly the movement of the finger and thus stops scrolling once the finger is no longer touching the screen. This is most obvious when a user has a lot of feedback entries because it means that it can take a few seconds of repeated finger scrolling to get back to the top of the profile, instead of just a single 'fling' gesture.
To Reproduce
Go to a user's profile who has a lot of feedback entries, or a few entries with a lot of text.
scroll to the bottom (should require just one easy fling gesture)
scroll back up to the top. You may notice that the scroll behavior is different when the viewport is showing feedback entries because you have to scroll up with your finger many times to get back to the top of the profile.
When scrolling down while viewing a user's profile, the scroll behavior is 'fling', meaning the page continues scrolling down after the finger leaves the screen, but it slows down and stops eventually. This is how scrolling works in other parts of the app (like message threads) and also in many other apps. However, if the scrolling is initiated from the area of the user's profile page containing the feedback entries for the user, scrolling behaves differently: scrolling tracks exactly the movement of the finger and thus stops scrolling once the finger is no longer touching the screen. This is most obvious when a user has a lot of feedback entries because it means that it can take a few seconds of repeated finger scrolling to get back to the top of the profile, instead of just a single 'fling' gesture.
To Reproduce
Expected behavior
scroll behavior is the same regardless of where the user starts scrolling. The behavior should be 'fling': https://developer.android.com/training/gestures/scroll#term
Additional context
I notice this on the following devies:
The text was updated successfully, but these errors were encountered: