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

Revert "touch_handler: Fix scroll up behavior on Firefox Android" #2246

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

chenxiaolong
Copy link
Contributor

@chenxiaolong chenxiaolong commented Dec 8, 2023

This reverts commit 344a237.

The previous behavior is more correct due to the use of preventDefault() and the commit was introduced only as a workaround. As of [1], the underlying issue in Firefox has been fixed and downward swipes to scroll up are no longer ignored every other attempt.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1847305
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1853075
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1724755


Do you follow the guidelines?


I'm marking this PR as a draft temporarily because the upstream fix is only in Firefox nightly builds. Once Firefox 122 is released, this can be merged.

This reverts commit 344a237.

The previous behavior is more correct due to the use of preventDefault()
and the commit was introduced only as a workaround. As of [1], the
underlying issue in Firefox has been fixed and downward swipes to scroll
up are no longer ignored every other attempt.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1847305
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1853075
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1724755

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong marked this pull request as ready for review January 24, 2024 00:36
@chenxiaolong
Copy link
Contributor Author

Unmarking as draft. Firefox 122.0 was released today and I've confirmed that the scrolling issues are indeed fixed! The workaround from 344a237 is no longer needed.

@fguillot fguillot merged commit 6648e0a into miniflux:main Jan 24, 2024
15 checks passed
@chenxiaolong chenxiaolong deleted the firefox branch January 24, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants