What to reproduce?
When downloading large files, no indication is made that the download actually happens under the hood, before the downloaded file "saving message box" suddenly pops up when download is finished
How to reproduce:
- Install Nuxeo 10.10 (+ HFs) + WebUI + Showcase and start Nuxeo
- Goto http://localhost:8080/nuxeo/ui/#!/browse/default-domain/workspaces/Sample%20Content/Videos and select 2 videos
- Start the browser developer tools (F12 / Network tab) and using the bandwidth limitation feature, limit the network bandwidth to Fast 3G in Chrome or Good 3G in Firefox
- In Nuxeo, request to download a Zip of the 2 videos
- Witness that there is no indication in the browser that the file is being downloaded somehow in the background. (the browser dev tools might tell you in Chrome, but this does not count as an indication of the browser)
- Around 30 seconds later, a pop "saving message box" up lets you download the ZIP file (without the penalty of the network at this point in time)
What to expect?
The download pop-up should appear as soon as the ZIP file is ready on the server, and the download should remain under the supervision of the browser