Overscroll at the top goes sideways on Android
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
- Open a simple website in Firefox for Android, such as https://en.m.wikipedia.org/wiki/Main_Page
- Drag you finger up (scrolling down), then down, and attempt to overscroll at the top.
Expected results:
The page should stretch vertically.
Actual results:
The page does not stretch vertically.
But if you Drag your finger to the left, then the page stretches horizontally! That's unexpected because the page is not scrollable horizontally.
Comment 1•1 year ago
|
||
This is likely an issue inside GeckoView overscroll implementation. I confirmed this updateOverscrollOffset function gets called on Android emulator.
Comment 2•1 year ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #1)
This is likely an issue inside GeckoView overscroll implementation. I confirmed this updateOverscrollOffset function gets called on Android emulator.
I think this tells us that the part about vertical overscroll not happening is an issue in GeckoView.
But the part about horizontal overscroll happening when it shouldn't seems like something we have control over in APZ -- should we spin that out into a separate bug?
Comment 3•1 year ago
|
||
(In reply to Botond Ballo [:botond] from comment #2)
(In reply to Hiroyuki Ikezoe (:hiro) from comment #1)
This is likely an issue inside GeckoView overscroll implementation. I confirmed this updateOverscrollOffset function gets called on Android emulator.
I think this tells us that the part about vertical overscroll not happening is an issue in GeckoView.
But the part about horizontal overscroll happening when it shouldn't seems like something we have control over in APZ -- should we spin that out into a separate bug?
Yeah, filed bug 1892177.
Comment 4•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.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit BugBot documentation.
Description
•