paginagmbh / redmine_lightbox2

Lightbox for image attachments in Redmine
MIT License
126 stars 96 forks source link

PDF preview #10

Closed quadur closed 6 years ago

quadur commented 9 years ago

After clicking the preview icon along the pdf the lighbox popup shows but its an empty grey area. Image previews work fine.

I'm testing it on a clean install of redmine 3.0 pdf

tofi86 commented 9 years ago

Well, there has been an issue recently (#4), but it's resolved. Make sure you use the latest version of the plugin.

The display of PDF attachments also depends on your browser settings. In Firefox for example, make sure the PDF doesn't get auto-opened in Adobe Reader or other programs. You can check your settings for that:

bildschirmfoto 2015-05-29 um 13 15 17

quadur commented 9 years ago

Just checked: git log states: commit 005ace4d7e4c568a615b92db91342785d7f89a78 and it seems to be the latest.

The problem exists in firefox and chrome (both have the 'preview in browser') setting for pdfs.

tofi86 commented 9 years ago

which redmine version do you use? 3.0.0 or 3.0.3?

quadur commented 9 years ago

Redmine version 3.0.3.stable.14274 Ruby version 2.2.1-p85 (2015-02-26) [x86_64-linux] Rails version 4.2.1

tofi86 commented 9 years ago

Well, I did another test on my dev installation and this is what I observed:

I had PDF's which were recognized by redmine as application/x-pdf which couldn't be displayed inline and for which I couldn't even activate "preview in firefox" option in the settings.

bildschirmfoto 2015-05-29 um 14 09 43

Than I had PDF's which were recognized by redmine as application/pdf – as they should – and which displayed inline perfectly.

bildschirmfoto 2015-05-29 um 14 09 57

This is my firefox settings page. Maybe the first represents mimetype application/pdf and the latter application/x-pdf – for which "preview in firefox" isn't available...

bildschirmfoto 2015-05-29 um 14 11 52

quadur commented 9 years ago

Well it's not the case with me, on both browsers I've go: Content-Type:"application/pdf"

tofi86 commented 6 years ago

Closing this as outdated. Feel free to reopen if necessary.