Closed
Bug 930131
Opened 11 years ago
Closed 11 years ago
File download on /firefox/new/ stopping animations and content loading on scene 2
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cmore, Assigned: gauthierm)
References
Details
(Whiteboard: [kb=1158414] )
Attachments
(2 files)
The latest version of /firefox/new/ seems to have regressed with clicking the download button and loading scene 2. Currently, the content does not appear to be pre-loading and thus when the save-as dialog is popped, the animation stops and content is not loaded. I will attach two pictures I took on a IE10 browser.
If you access scene 2 directly, the content loads perfectly.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → mike
Assignee | ||
Comment 2•11 years ago
|
||
Images are preloading correctly here. What's happening is the animation is partially completing before the browser is unloading the page. We need to add a delay to allow the animation to complete.
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to Michael Gauthier [:gauthierm] from comment #2)
> Images are preloading correctly here. What's happening is the animation is
> partially completing before the browser is unloading the page. We need to
> add a delay to allow the animation to complete.
A delay is fine because we want users to look at the content before interacting with the save-as dialog box. Should we be consistent with the 2000ms delay in the scene 2 loading directly?
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Comment 5•11 years ago
|
||
The PR adds a 500ms delay for the button click case and keeps a 2000ms delay when going to #download-fx.
Updated•11 years ago
|
Whiteboard: [kb=1158414]
Comment 6•11 years ago
|
||
The branch from gautherm's PR is on https://www-demo3.allizom.org/en-US/firefox/new/ for testing.
Reporter | ||
Comment 7•11 years ago
|
||
I cleared the cache on my IE10 box and demo3 is working good. Animation is smooth, everything loads, and the save-as pops up. Going to test other browsers while retornam does his tests too.
Reporter | ||
Comment 8•11 years ago
|
||
Safari, Chrome, and latest Firefox all appear to be working as expected. We need to test IE 6, 7, 8, 9, and old Firefox.
Comment 9•11 years ago
|
||
tested in IE 6,7,8,9, 10 and this works.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 10•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/72efabf8532b5b7ce58eb209cadca8e2ef1bc3f2
Add a delay when clicking download button.
[Bug #930131](https://bugzilla.mozilla.org/show_bug.cgi?id=930131)
Delay is needed to allow animation to complete in IE9/10.
https://github.com/mozilla/bedrock/commit/b426868fe8fdb09be830c60373c19e2fa07ee808
Merge pull request #1335 from gauthierm/bug-930131-fix-preloading
Bug 930131: Add a delay when clicking download button.
Comment 11•11 years ago
|
||
stage tested IE6,7,8,9,10, Chrome https://www.allizom.org/en-US/firefox/new/#download-firefox
Reporter | ||
Comment 12•11 years ago
|
||
Did this never make it to production today?
Reporter | ||
Comment 13•11 years ago
|
||
I tested it on Chrome on production and it works: https://www.mozilla.org/en-US/firefox/new/
Comment 14•11 years ago
|
||
verified fixed on production https://www.mozilla.org/en-US/firefox/new/#download-firefox in IE6, 7, 8 and 9
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•