Closed
Bug 827507
Opened 12 years ago
Closed 12 years ago
JS for platform screenshot image handling breaks with FQDN in MEDIA_URL
Categories
(www.mozilla.org :: Bedrock, defect)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pmac, Assigned: pmac)
References
Details
(Whiteboard: [fromAutomation])
The JS in global.js in the init_platform_imgs() function doesn't expect more than one "." to be in the image URL, and thus converts all "."s in the domain name to ","s.
Comment 1•12 years ago
|
||
Web QA's automation caught this in http://qa-selenium.mv.mozilla.com:8080/view/Mozilla.com/job/mozilla.com.staging/770/testReport/
Whiteboard: [fromAutomation]
Assignee | ||
Comment 2•12 years ago
|
||
Web QA ++!!
PR submitted: https://github.com/mozilla/bedrock/pull/572
Status: NEW → ASSIGNED
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/560aaa4ff2eda6230c48041799c807909f4b5d35
Bug 827507: Fix platform screenshot js for FQDN media urls.
Comment 4•12 years ago
|
||
automation no longer complains that this is broken. I will leave this open for a couple of days just to make sure we have completely fixed this.
Assignee | ||
Comment 5•12 years ago
|
||
leave it open until wr turn on the CDN. thats when it would break if it were going to.
Assignee | ||
Comment 6•12 years ago
|
||
Turned on CDN, still working.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
verified fixed everything is working as expected
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•