Closed
Bug 602425
Opened 15 years ago
Closed 15 years ago
Two videos load on GoMobile site
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Unassigned)
References
()
Details
Arg; sorry for missing this :-(
If you load http://www-trunk.stage.mozilla.com/en-US/mobile/beta/gomobile/#video using Firefox 3.6.10 and click on the "You are invited" play button, it looks like two videos load; the real one is the 2nd video, and you have to close the first to see it.
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
21:08:11.667: Network: GET http://videos-cdn.mozilla.net/serv/mobile/meetFFXmobile2-640x360.webm [HTTP/1.1 206 Partial Content
21:08:11.670: Network: GET http://videos-cdn.mozilla.net/serv/mobile/Firefox_Android_invite2.webm [HTTP/1.1 206 Partial Content
Comment 3•15 years ago
|
||
Fixed in r75421.
gomobile.js still had the old video triggered by the same button, but main.js has the new video. Both were triggered by the same click, with the old video loading on top of the new one because that JS file is linked second in the head.
Reporter | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Fixed in r75421.
Thanks! Verified; you, sir, are a godsend.
Keywords: push-needed
Whiteboard: [can go live with the rest of the mobile changes]
Comment 5•15 years ago
|
||
This is still broken: It's not new vs old - there *is* a different video that should appear on this page for the "You're invited" video. I'll take a look
Comment 6•15 years ago
|
||
(In reply to comment #5)
> This is still broken: It's not new vs old - there *is* a different video that
> should appear on this page for the "You're invited" video. I'll take a look
(eg. that is, the video from main.js is *not* the video intended to play on this page - the one from gomobile.js is)
Comment 7•15 years ago
|
||
r75443 has the "in action" video on mobile/beta and the "you're invited" video on mobile/beta/gomobile
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> r75443 has the "in action" video on mobile/beta and the "you're invited" video
> on mobile/beta/gomobile
Thanks, Les -- my mistake. Verified again on trunk.
Reporter | ||
Comment 9•15 years ago
|
||
Verified FIXED on prod: http://www.mozilla.com/en-US/mobile/beta/gomobile/#video and http://www.mozilla.com/en-US/mobile/beta/.
Status: RESOLVED → VERIFIED
Keywords: push-needed
Whiteboard: [can go live with the rest of the mobile changes]
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•