Closed
Bug 795823
Opened 13 years ago
Closed 5 years ago
rendering artifact: colored background and disappearing text
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: henry.fai.hang.chan, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/18.0 Firefox/18.0
Build ID: 20120928030544
Steps to reproduce:
Navigate to http://jsecs.org/
Actual results:
A orange background appears and the text does not show.
Zooming in or out fixes the problem for a split second but the text disappears on zooming out and the orange shows in patches.
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
I was able to reproduce on a Samsung Galaxy SII (Android 4.0.4), with Nightly (10/01).
Status: UNCONFIRMED → NEW
Component: General → Graphics, Panning and Zooming
Ever confirmed: true
OS: Windows 7 → Android
Hardware: x86 → ARM
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 666461 [details]
SC20120928-014151.png
To get the exact UI as in the screenshot, simply run
> document.cookie = 'version3=true'
The other UI, however, shows the exact same problem nevertheless.
Reporter | ||
Comment 4•13 years ago
|
||
Offending CSS Rule:
body {
box-shadow: 0 0 0 1px #D73,0 0 10px #F90;
}
works fine on desktop.
reproduceable Firefox for Android 15.0
Comment 5•13 years ago
|
||
I see a slightly different version of this problem when I load the page on the galaxy nexus on latest nightly. I see the background of the page draw as orange instead of gray, and the footer text is hidden. The main text blocks are still visible on top of the orange though.
What's interesting is that if I zoom in a little the footer starts drawing properly, and then if I overscroll/snapback to the left the background starts drawing properly. Scrolling to the right makes the background orange again.
Reporter | ||
Comment 6•5 years ago
|
||
Doesn't seem to reproduce anymore.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INACTIVE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•