Closed
Bug 824287
Opened 12 years ago
Closed 12 years ago
First Time Experience "Learn how Mozilla handles your information" link just goes to a blank screen
Categories
(Firefox OS Graveyard :: Gaia::First Time Experience, defect, P3)
Tracking
(blocking-basecamp:+)
People
(Reporter: dholbert, Assigned: rudyl)
Details
(Keywords: b2g-testdriver, unagi)
Attachments
(1 file)
STR:
1. Start the First Time Experience (being sure to pick a wireless network, so you've got web access)
2. On the screen with the telemetry checkbox ("I want to help make Firefox OS faster..."), tap the Learn More link at the end of the checkbox's label.
3. Tap the link for "www.mozilla.org/privacy/" (labeled "Learn more about how Mozilla handles your privacy")
ACTUAL RESULTS: Blank screen.
EXPECTED RESULTS: An actual rendering of https://www.mozilla.org/privacy/ (which seems to be a valid URL w/ actual content)
Reporter | ||
Comment 1•12 years ago
|
||
I can repro this with the latest beta build on my unagi (build ID: 20121212102240) as well as with an up-to-date gaia clone (commit d0c650db4a652803da5e7f5128097597e2e82747) in the B2G desktop client.
Comment 2•12 years ago
|
||
All links in FTE should work...
blocking-basecamp: ? → +
Priority: -- → P3
Target Milestone: --- → B2G C3 (12dec-1jan)
Assignee | ||
Comment 4•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 695465 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7178
Root cause
==========
Failed to load privacy page because:
[JavaScript Error: "Load denied by X-Frame-Options: http://www.mozilla.org/en-US/privacy/ does not permit framing."]
Solution
========
Use mozbrowser iframe to load the privacy page.
--
Hi Fernando,
Could you help review this change?
Thank you.
Attachment #695465 -
Flags: review?(fernando.campo)
Comment 6•12 years ago
|
||
Comment on attachment 695465 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7178
r=me, as this does fix the problem described.
But I think the bigger problem is that we are embedding a external page without providing the navigation buttons -- what if the user pressed the big mozilla logo and goes to the mozilla.org home page? How does the user go back?
Attachment #695465 -
Flags: review?(fernando.campo) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Verified as fixed in build 20130103070201 on Unagi.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•