Open
Bug 1917934
Opened 1 year ago
Updated 1 year ago
Unexpected pull-to-refresh when scrolling nested scroll view horizontally (if the finger motion is slightly diagonal)
Categories
(Firefox for Android :: Browser Engine, defect)
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
7.30 MB,
video/mp4
|
Details |
Steps to reproduce:
- In Firefox for Android, go to https://www.twitch.tv/
- Scroll the first row of videos horizontally, and in the same gesture, move your finger downwards.
Expected results:
The downwards motion should be ignored. We are scrolling a subframe and the subframe is only horizontally scrollable.
Actual results:
The downward motion is turned into a pull-to-refresh gesture.
Comment 1•1 year ago
|
||
This is a similar case that this comment says, but a subframe case.
If we want to allow pull-to-refresh in the case of the root scroll container, we have to fix this bug in APZ, if we want to disallow pull-to-refresh in the case of the root as well, we will fix this bug in android-components.
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jboek)
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(jboek)
You need to log in
before you can comment on or make changes to this bug.
Description
•