You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to open multiple files on the “Lectures” page, you are always redirected before you can open more than one file (“Download” button). This can be frustrating, especially if you don't want to download the merged version but only want to open a few.
Describe the solution you'd like
Change the button to an anchor tag, so the user has the possibility to right/middle click the Download button.
Describe alternatives you've considered
No response
Additional context
I would like to make a PR for that :D
Similar to #9935.
The text was updated successfully, but these errors were encountered:
Quick update: After looking at the code, it wasn't just a quick fix by changing a button to an anchor tag. The “download” logic goes a deeper than that. Although I somehow got the functionality to work for FireFox, I couldn't get it to work on Chromium-based browsers. Since I'm not that familiar with frontend and Angular in particular, fixing this minor inconvenience is disproportionate to the code I'd have to change. Perhaps someone more knowledgeable can take on this issue.
Is your feature request related to a problem?
If you try to open multiple files on the “Lectures” page, you are always redirected before you can open more than one file (“Download” button). This can be frustrating, especially if you don't want to download the merged version but only want to open a few.
Describe the solution you'd like
Change the button to an anchor tag, so the user has the possibility to right/middle click the
Download
button.Describe alternatives you've considered
No response
Additional context
I would like to make a PR for that :D
Similar to #9935.
The text was updated successfully, but these errors were encountered: