Closed
Bug 1352108
Opened 8 years ago
Closed 8 years ago
Nightly custom tab display a blank page when device orientation is changed
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox55 verified)
VERIFIED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | verified |
People
(Reporter: sflorean, Assigned: JanH)
References
Details
Attachments
(1 file)
Environment:
Device: Nexus 6 (Android 7.1.1);
Build: Nightly 55.0a1 (2017-03-30);
Prerequisite: Custom tab enabled in Nightly Settings;
Steps to reproduce:
1. Open a Nightly custom tab;
2. Change device orientation from landscape to portrait a couple of times.
Expected result:
Nightly custom tab display the page with no issues.
Actual result:
Nightly custom tab is displaying a blank page for 1-2 sec after the orientation is changed.
Notes:
Not reproducible on Chrome.
Comment 1•8 years ago
|
||
The symptom is related to native gecko design.
suggest to remove this bug from MVP scope( phase1 delivery)
Hi Joe,
Could you please share your ideas about this bug per PM's perspective?
Thank you very much !!
Flags: needinfo?(jcheng)
Comment 2•8 years ago
|
||
I am not sure the issue is due to native gecko or java side architecture. I think the first step we should put more time on GeckoApp.java to find the root cause.
Reporter | ||
Comment 3•8 years ago
|
||
The blank page is still displayed 1-2 sec after the device is changing orientation on latest Nightly. Tested with HTC 10 (Android 7.0) and Huawei MediaPad M2 (Android 5.1.1).
Comment 4•8 years ago
|
||
per team's meeting last week, this needs to be fixed for the custom tab feature release. thanks
Flags: needinfo?(jcheng)
Assignee | ||
Comment 5•8 years ago
|
||
Wild guess: The custom tab manifest declaration (https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/AndroidManifest.xml.in#314) doesn't include any config change handling (compare https://dxr.mozilla.org/mozilla-central/rev/8e969cc9aff49f845678cba5b35d9dd8aa340f16/mobile/android/base/AndroidManifest.xml.in#65 and https://dxr.mozilla.org/mozilla-central/rev/8e969cc9aff49f845678cba5b35d9dd8aa340f16/mobile/android/base/WebAppManifestFragment.xml.frag.in), so on rotation the activity is completely destroyed and recreated.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jh+bugzilla
Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8861139 [details]
Bug 1352108 - Add missing attributes to custom tab activity declaration.
https://reviewboard.mozilla.org/r/133092/#review135908
Attachment #8861139 -
Flags: review?(s.kaspari) → review+
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/autoland/rev/cf585ad6f208
Add missing attributes to custom tab activity declaration. r=sebastian
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Reporter | ||
Comment 10•8 years ago
|
||
Verified as fixed on latest Nightly build 55.0a1 from 2017-05-08;
Devices: Honor 8 (Android 6.0) and Asus ZenPad 8(Android 6.0.1).
Blank page when device is changing orientation isn't displayed on CustomTabActivity.
Status: RESOLVED → VERIFIED
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
•