Closed
Bug 1807074
Opened 2 years ago
Closed 2 years ago
[Pull To Refresh][Bug] touch-action: none must disable pull-to-refresh
Categories
(Fenix :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1785754
People
(Reporter: csadilek, Unassigned)
References
Details
From github: https://github.com/mozilla-mobile/fenix/issues/16574.
Steps to reproduce
- Load either of these testcases: scrollable testcase or non-scrollable testcase
- Do a downwards pan gesture inside the box with the black border.
Expected behavior
Pull to refresh should not be triggered.
Actual behavior
Pull to refresh is triggered.
Device information
- Android device: Moto G5
- Fenix version: Nightly 201112
Honoring
touch-action: none
is a requirement for web compatibility. This property is used, for example, on pages where you can paint things on a canvas, or on pages which implement their own touch gesture handling.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Comment 2•2 years ago
|
||
This was recently fixed by bug 1785754 (I confirmed by testing the behaviour on the two mentioned pages in a recent Fenix nightly).
Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1785754
Flags: needinfo?(cpeterson)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•