White url bar placeholder seen at bottom while panning with top toolbar.
Categories
(GeckoView :: General, defect)
Tracking
(firefox110 wontfix, firefox111 fixed)
People
(Reporter: gl, Assigned: hiro)
References
Details
Attachments
(1 file)
From github: https://github.com/mozilla-mobile/fenix/issues/14821.
Steps to reproduce
- have Fenix use the toolbar at top
- first time access
thetimes.co.ukso that the cookies consent dialog is shown- scroll or zoom in/out on that dialog
- Video
Expected behavior
No visual artifacts.
Actual behavior
White area shown at bottom where the bottom toolbar would be.
Device information
- Fenix version: Happening on Fenix release (GV 80.0.1) and on Fenix Nightly (GV 82)
GV tracking
https://bugzilla.mozilla.org/show_bug.cgi?id=1663444
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
| Assignee | ||
Comment 1•3 years ago
|
||
So this bug is supposed to be a bug corresponding to an issue on wikipedia, right? From a comment in the github issue tracker;
Thank you for updating.
If you are referring to the issue reported for thetimes.co.uk it may be that that website's design changed over time and just avoids the buggy functionality.
Testing now I still see the issue reported for wikipedia here - #14821 (comment) and the GeckoView ticket is still open - https://bugzilla.mozilla.org/show_bug.cgi?id=1663634 so unfortunately this is still an issue. But it's nice if there are fewer websites on which it is encountered.
On wikipedia, when a footnote opens the document body's overflow style is changed from scroll to hidden and the footnode itself is a position:fixed element. Since bug 1690296, when the overflow style changes, we notify it to GeckoView to tell the browser show the dynamic toolbar. And if the browser wants to show the toolbar, the browser should setVerticalClipping(0) to tell Gecko to change position:fixed elements.
I am going to attach a fix for GeckoView example. I would say this is an issue in Fenix (or AC).
| Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Updated•1 year ago
|
Description
•