Bug #18171
closedcannot view HTMLs from arvados workbench
Description
We sometimes put HTML reports into Arvados collections and then share links to them with e.g. BEMLs. Previously it worked seamlessly and we used ... -> copy to clipboard to get an URL. If the user is logged in this link automatically redirected to HTMLs.
Now the behaviour of wb2 changed and browser suggest to download report instead.
Do you think this behaviour can be fixed?
Updated by Peter Amstutz about 3 years ago
Does this relate to the behavior of the new file browser or did something else change?
Updated by Daniel Kutyła about 3 years ago
I assume this is connected with the old collection viewer as the ticket is old
Updated by Peter Amstutz over 2 years ago
- Target version set to 2022-06-22 Sprint
Updated by Ward Vandewege over 2 years ago
- Related to Bug #19153: Issues with opening and sharing links to files in collections added
Updated by Lucas Di Pentima over 2 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 2 years ago
- Status changed from In Progress to Duplicate
After tests made against ce8i5:
This seems to be one error case of #19153, HTML files can be viewed inline without issues by clicking on them from the collection view. OTOH, when using the "copy to clipboard" feature to get a link, the link will make the browser download the file instead of viewing it inline. Same happens with JPEG images, they can be viewed when clicking on them but not when using the clipboard feature.
Marking this as duplicate.