[Bug] Background color not rendered correctly with bottom toolbar in toolbar area for wayfire.org
Categories
(Core :: Layout, defect)
Tracking
()
Webcompat Priority | P3 |
People
(Reporter: petru, Unassigned, NeedInfo)
References
()
Details
Attachments
(1 file)
5.81 MB,
video/mp4
|
Details |
From github: https://github.com/mozilla-mobile/fenix/issues/14660.
Steps to reproduce
- Navigate to https://wayfire.org when using a bottom toolbar
- Scroll down.
Expected behavior
Gray background color extends to bottom of screen.
Actual behavior
Background color becomes white where toolbar would appear.
Device information
- Android device: Pixel 2
- Fenix version: Nightly 200902 06:01 (Build #2015761523)
AC: 57.0.0, c84cf8e77
GV: 82.0a1-20200831091558
AS: 61.0.13Also reproducible on RB 1.0.2036 (Build #22460611 GV: 82.0a1-20200829091226)
📦: 57.0.20200831130101, b70bef444
🚢: 61.0.13
Change performed by the Move to Bugzilla add-on.
Reporter | ||
Comment 1•3 years ago
|
||
The issue also exists on Chrome though in a slightly different form: that brighten bottom part only shows when scrolling.
Seems like a website issue but it would be nice to know for sure.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Not sure if it's the same origin but there's something slightly similar.
Once the url bottom toolbar is hidden, the area of the page is not repainted with the background-color of the current theme.
https://github.com/webcompat/web-bugs/issues/92003
Comment 3•3 years ago
|
||
The severity field is not set for this bug.
:boris, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 4•3 years ago
|
||
IIRC I saw a similar issue somewhere. (maybe this is a dupme bug, if I am correct)
Comment 5•9 months ago
|
||
https://webcompat.com/issues/92003 is not reproducible anymore.
https://webcompat.com/issues/14660 doesn't seem to be pointing to the relevant GitHub issue.
The original issue with https://wayfire.org doesn't seem to be reproducible anymore on my device in recent Nightly.
Hi Asif, was wondering if you could check if it's reproducible for you, please (I saw on GitHub you were the original reporter)?
Updated•9 months ago
|
(In reply to Petru-Mugurel Lingurar [:petru] from comment #1)
Created attachment 9249174 [details]
ChromeAndWayfire.mp4The issue also exists on Chrome though in a slightly different form: that brighten bottom part only shows when scrolling.
Seems like a website issue but it would be nice to know for sure.
The flickering white box that Chrome shows while panning is the background colour (the visible background is a very gradual linear gradient). If you apply background-color: magenta
to the <body>
element, you will see it flash magenta instead of white. That might be a Chrome bug?
Description
•