Closed
Bug 749582
Opened 13 years ago
Closed 13 years ago
Fennec doesn't start in landscape mode
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox14 verified, firefox15 verified, blocking-fennec1.0 +)
VERIFIED
FIXED
Firefox 15
People
(Reporter: paul.feher, Assigned: Margaret)
Details
Attachments
(2 files)
9.15 KB,
text/plain
|
Details | |
1020 bytes,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Nightly/14.0a1 (2012-04-27)
Device: HTC Desire Z
OS: Android 2.3.3
Steps to reproduce:
Open Fennec app in landscape mode.
Expected result:
Nightly start with about:home page in view.
Actual results:
Nightly doesn't start, only a grey background is displayed.This is happening in 9 out of 10 tries.
NOTE:This issue This is not reproducible on HTC Desire (Android 2.2.2) Samsung Galaxy S2 (Android 2.3.4). Please see the log file attached.
Comment 1•13 years ago
|
||
mFormAssistPopup is null?
Assignee | ||
Comment 2•13 years ago
|
||
I also couldn't reproduce this on a Galaxy Nexus, but it looks like onConfigurationChanged() is getting called before initializing mFormAssistPopup, which means it's getting called before initialize(). I think a null check is the right fix for this problem.
We also call refreshActionBar() in onConfigurationChanged(), which references mBrowserToolbar, but that's initialized in onCreate(), so we shouldn't get a NPE in that case.
Assignee: nobody → margaret.leibovic
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #619139 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
Attachment #619139 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → Firefox 15
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 619139 [details] [diff] [review]
patch
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: startup crash on some devices
Testing completed (on m-c, etc.): just landed on inbound
Risk to taking this patch (and alternatives if risky): low risk (only adds a null check)
String changes made by this patch: n/a
Attachment #619139 -
Flags: approval-mozilla-aurora?
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Let's find out if this is blocking fennec 1.0 before approving for Aurora 14.
Comment 8•13 years ago
|
||
Comment on attachment 619139 [details] [diff] [review]
patch
[Triage Comment]
Still hasn't gone through blocking triage, but I can't imagine we'd want to leave this very reproducible startup crash unfixed, so I'm just going to approve for Aurora 14.
Attachment #619139 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 9•13 years ago
|
||
status-firefox14:
--- → fixed
status-firefox15:
--- → fixed
Reporter | ||
Comment 10•13 years ago
|
||
Verified fixed on:
Nightly Fennec 15.0a1 (2012-05-07)
Aurora Fennec 14.0a2 (2012-05-07)
Device: HTC Desire Z
OS: Android 2.3.3
Using the initial STR.
Updated•13 years ago
|
blocking-fennec1.0: ? → +
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
•