Regression - PDFs download initiated on click (should be open in new tab)

Currently, I’m finding that clicking on the PDF link when a PDF preview is active currently attempts to download the PDF (undesired) instead of opening it in a new tab.

This is with simple self-hosting (single container, no CDN, no S3, horizon theme).

This whole thing was addressed back here:

The reason why this is a problem is that a common user desire is to read an inline PDF in the entire window, as the iframe is quite restrictive. Download adds an unecessarily annoying step. And there is already a download button in the toolbar of the PDF viewer in the iframe (at least there is in Chrome).

1 Like

We were being inconsistent with the display type depending on whether you were using S3 or not. That should be fixed by

(cc @david)

The fact that clicking on a file opens automatically in another tab is more a product question.

1 Like