Closed
Bug 620717
Opened 15 years ago
Closed 15 years ago
Default Panorama thumbnail redirects a 404 error
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: scoobidiver, Assigned: rik)
References
Details
In 4.0b8, in panorama view, default Panorama thumbnail is linked to:
http://www.mozilla.com/firefox/panorama/
that does not exist.
Updated•15 years ago
|
Comment 1•15 years ago
|
||
The welcome page is still building (Bug 596201).
Setup [R=temp] to
http://videos-cdn.mozilla.net/serv/firefox4beta/grouptabs.webm ?
Comment 2•15 years ago
|
||
Bug 596075 was also on file to address this, but waiting for the content mentioned in the Bug in Comment 1.
Comment 3•15 years ago
|
||
A bit better than directly redirecting to the video file:
1. Add .htaccess the following line:
RewriteRule ^firefox/panorama/ /firefox/beta/features/#feature-spotlight [R=temp,NE]
2. Embed the following script to the features page:
<script>
$(document).ready(function() { if (location.hash === "#feature-spotlight") player_french.open(); });
</script>
Updated•15 years ago
|
Assignee: nobody → jlong
| Assignee | ||
Comment 6•15 years ago
|
||
Committed r80551.
Kohei: Thanks for the suggestions! I just went with the .htaccess modification cause it's a very temporary fix.
QA : http://www-trunk.stage.mozilla.com/firefox/panorama
Assignee: jlong → anthony
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: qawanted
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
qa-verified-trunk http://www-trunk.stage.mozilla.com/firefox/panorama/
Keywords: qawanted
Updated•15 years ago
|
Keywords: push-needed
Comment 8•15 years ago
|
||
Pushed to production
r80684 | jlong@mozilla.com | 2011-01-12 18:06:40 -0500 (Wed, 12 Jan 2011) | 9 lines
Updated•15 years ago
|
Keywords: push-needed
Comment 9•15 years ago
|
||
verified fixed mozilla.com/en-US/firefox/panorama/ -> http://videos-cdn.mozilla.net/serv/firefox4beta/grouptabs.webm
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 10•15 years ago
|
||
But in 4.0b9, if you go to Panomara, you have a video smaller than before.
Is it possible to configure it to fit the group size?
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
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
•