Closed
Bug 722050
Opened 14 years ago
Closed 14 years ago
Checker-boarding on about:home once again
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox11 affected, firefox12 verified, fennec11+)
VERIFIED
FIXED
Firefox 12
People
(Reporter: aaronmt, Assigned: lucasr)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
241.60 KB,
image/png
|
Details | |
|
2.20 KB,
patch
|
mfinkle
:
review+
mfinkle
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Starting up Fennec and viewing about:home displays the bottom third as checkerboard. See screenshot.
--
Samsung Galaxy Nexus (Android 4.0.2)
Mozilla/5.0 (Android; Linux armv7l; rv:12.0a1) Gecko/20120128 Firefox/12.0a1 Fennec/12.0a1
| Reporter | ||
Updated•14 years ago
|
tracking-fennec: --- → ?
Comment 2•14 years ago
|
||
about:home isn't rendered by Gecko, so the problem here is that however that is done is showing the Gecko layers underneath it - it's checkerboard because when about:home comes up for the first time, Gecko hasn't done any drawing and so there's nothing to show.
Please Cc someone that works on the about:home display for this, this isn't a Java compositor issue.
| Assignee | ||
Comment 3•14 years ago
|
||
I suspect that http://hg.mozilla.org/integration/mozilla-inbound/rev/e6a2c58123b9 is causing this somehow. Let me confirm.
Assignee: nobody → lucasr.at.mozilla
Comment 4•14 years ago
|
||
The old code called setScrollContainer(true), the new layout says isScrollContainer="false". Is that intentional?
| Assignee | ||
Comment 5•14 years ago
|
||
(In reply to Chris Lord [:cwiiis] from comment #4)
> The old code called setScrollContainer(true), the new layout says
> isScrollContainer="false". Is that intentional?
Nope. Good catch.
| Assignee | ||
Comment 6•14 years ago
|
||
Attachment #592722 -
Flags: review?(mark.finkle)
| Assignee | ||
Comment 7•14 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #6)
> Created attachment 592722 [details] [diff] [review]
> Fix about:home checker-boarding
This is reverting the commit I mentioned above. Attributes in the "merge" element don't seem to have any effect.
Updated•14 years ago
|
Attachment #592722 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 8•14 years ago
|
||
| Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 592722 [details] [diff] [review]
Fix about:home checker-boarding
Non-risky patch. Small change. Fixes strange visual glitch in about:home.
Attachment #592722 -
Flags: approval-mozilla-aurora?
Updated•14 years ago
|
Keywords: regressionwindow-wanted
Comment 10•14 years ago
|
||
Comment on attachment 592722 [details] [diff] [review]
Fix about:home checker-boarding
this patch backs out a patch that was also approved for aurora
Attachment #592722 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•14 years ago
|
tracking-fennec: ? → 11+
Comment 11•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
| Reporter | ||
Comment 12•14 years ago
|
||
Verified on M-C
Samsung Galaxy Nexus (Android 4.0.2)
Mozilla/5.0 (Android; Linux armv7l; rv:12.0a1) Gecko/20120131 Firefox/12.0a1 Fennec/12.0a1
Please land on Aurora.
Updated•13 years ago
|
Keywords: checkin-needed
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
•