Closed
Bug 976175
Opened 11 years ago
Closed 11 years ago
Banner appears on top of non-about:home page during session restore on 2.3
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox29 fixed, firefox30 fixed, fennec29+)
RESOLVED
FIXED
Firefox 30
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
1.49 KB,
patch
|
lucasr
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
I ran into this when my session was restoring.
Assignee | ||
Updated•11 years ago
|
Blocks: home-banner
Assignee | ||
Comment 1•11 years ago
|
||
This looks like the same Android 2.3 issue that's causing bug 976176.
No longer blocks: home-banner, 960359
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•11 years ago
|
||
Actually, no, this is a separate issue, but with a similar cause. I'll post a patch here as well.
Assignee: nobody → margaret.leibovic
Blocks: home-banner
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•11 years ago
|
Summary: Banner appears on top of non-about:home page → Banner appears on top of non-about:home page during session restore on 2.3
Assignee | ||
Comment 3•11 years ago
|
||
The way the banner currently works is that it is set to VISIBLE as soon as there's text to put in it, but it has an initial translation that prevents it from appearing on the screen. During session restore on post-2.3 phones, this seems to take care of making sure the banner show up, but this solution doesn't appear to work on older phones.
However, it feels like a bug that the home_pager_container view isn't hidden when we load a normal page from session restore, since it's hidden if we navigate to that page normally.
Attachment #8380847 -
Flags: review?(lucasr.at.mozilla)
Comment 4•11 years ago
|
||
Comment on attachment 8380847 [details] [diff] [review]
Initialize home_pager_container view to GONE
Review of attachment 8380847 [details] [diff] [review]:
-----------------------------------------------------------------
Makes sense.
Attachment #8380847 -
Flags: review?(lucasr.at.mozilla) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
Assignee | ||
Updated•11 years ago
|
tracking-fennec: ? → 29+
Assignee | ||
Updated•11 years ago
|
status-firefox29:
--- → affected
status-firefox30:
--- → fixed
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8380847 [details] [diff] [review]
Initialize home_pager_container view to GONE
[Approval Request Comment]
Bug caused by (feature/regressing bug #): snippets and promo banner
User impact if declined: banner will not hide when it should on pre-honeycomb devices
Testing completed (on m-c, etc.): landed on m-c 2/25, tested locally with gingerbread device
Risk to taking this patch (and alternatives if risky): low-risk, tweaks some visibility code
String or IDL/UUID changes made by this patch: none
Attachment #8380847 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8380847 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 8•11 years ago
|
||
Updated•4 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
•