Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unneeded IE11 compatibility in download button causes confusion #12668

Open
rtibbles opened this issue Sep 18, 2024 · 0 comments
Open

Unneeded IE11 compatibility in download button causes confusion #12668

rtibbles opened this issue Sep 18, 2024 · 0 comments
Labels
APP: Learn Re: Learn App (content, quizzes, lessons, etc.) P1 - important Priority: High impact on UX

Comments

@rtibbles
Copy link
Member

rtibbles commented Sep 18, 2024

Observed behavior

User noted that when downloading a resource file (from a BCK server resource page under Learn, to your local device) it can take a long time to initiate (minutes). I observed that it seems to fully download the file in the background before giving any indication that something is happening and popping up the box to choose where to save it to.

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

  • Kolibri version: 0.17.0
@rtibbles rtibbles added P0 - critical Priority: Release blocker or regression P1 - important Priority: High impact on UX APP: Learn Re: Learn App (content, quizzes, lessons, etc.) and removed P0 - critical Priority: Release blocker or regression labels Sep 18, 2024
@rtibbles rtibbles added this to the upcoming patch milestone Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APP: Learn Re: Learn App (content, quizzes, lessons, etc.) P1 - important Priority: High impact on UX
Projects
None yet
Development

No branches or pull requests

1 participant