-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Pull To Refresh][Bug] Avoid accidental refreshes by forcing a cooldown period after the last scroll gesture #16661
Comments
Judging from the video and a quick test in Chrome, That being said, we should probably do the same. Thank you for filing this! |
See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have a similar issue on div with scrollable layout (site without mobile layout), everytime I try to scroll down the content of div I got a refresh and not a scroll. |
See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1807072 Change performed by the Move to Bugzilla add-on. |
Steps to reproduce
Expected behavior
No pull refresh should be triggered during gestures that were intended to only scroll.
Actual behavior
As soon as the top edge of the page is hit, the next gesture instantly triggers pull to refresh.
This does not happen in Chrome. Chrome seems to enforce a cooldown period before pull to refresh is triggered. See this video for a comparison: quick-consecutive-flings.mp4
From experimenting, it feels like the cooldown period is somewhere between 300 and 500ms.
Device information
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: