회귀 문제 - PDF 다운로드가 클릭 시 시작됨 (새 탭에서 열어야 함)

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).

2개의 좋아요

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.

3개의 좋아요

Fix isn’t merged yet