Unneeded IE11 compatibility in download button causes confusion #12668
Labels
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
P1 - important
Priority: High impact on UX
Milestone
Observed behavior
Expected behavior
Download should start immediately.
This can be best achieved by just using an
<a>
tag with the download attribute set to the frontend generated filename.This could either be handled within the download method, or perhaps, even more simply just added in the markup.
User-facing consequences
Confusion, not sure if file is downloading or not, perception of downloading being slow.
Steps to reproduce
Download a large file from the Kolibri UI, from a remote server (e.g. BCK) or an artificially slowed-down local connection.
Context
The text was updated successfully, but these errors were encountered: