Closed
Bug 732486
Opened 14 years ago
Closed 12 years ago
Sometimes checkerboard leaks out
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 -)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking-fennec1.0 | --- | - |
People
(Reporter: joe, Unassigned)
References
Details
With a page at its normal zoom, zoom out a little so you can see the background on the right-hand side, and move your fingers around such that the right hand border of the page moves. If you move quickly enough, we see checkerboarding in addition to the page; it's likely that the page is trailing the checkerboard.
Comment 1•14 years ago
|
||
I expect the cause of this is that the java layer drawing code is using a ViewportMetrics that has been updated in-between when we get it for the Gecko compositor and when we draw the checkerboarding.
We should fix this by making them use the same ImmutableViewportMetrics.
Depends on: 732576
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Comment 2•13 years ago
|
||
Related to bug 732756?
Updated•13 years ago
|
blocking-fennec1.0: ? → -
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
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
•