Summary | Chrome crashes after PDF printing attachment |
Queue | IMP |
Queue Version | 5.0.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | it (at) wenn (dot) com |
Created | 05/20/2011 (5172 days ago) |
Due | |
Updated | 05/25/2011 (5167 days ago) |
Assigned | 05/25/2011 (5167 days ago) |
Resolved | 05/25/2011 (5167 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #10112: Fix print icon for non text/html displayable attachments3 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0f92c50f6b274397f04951dffb726638aeba3512
While many messages with PDF attachments dont show the print button i
have messages which do and the problem manifests itself across browsers.
In Chrome it causes a crash while in IE it just comes up with a blank
page if the print button is pressed.
What causes IMP to decide when to show the print button?
It confuses users, ive already had some in our office saying they cant
print PDFs from webmail as they get this popup that either crashes the
browser if using Chrome or if used in another browser prints a blank
page or even just the email list.
The print option for PDF files should be removed or use another method
to cause the Adobe dialoge to open up.
http://stackoverflow.com/questions/687675/can-a-pdf-files-print-dialog-be-opened-with-javascript
ps. Mabey the title to this ticket needs to better reflect the issue
State ⇒ Not A Bug
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Chrome crashes after PDF printing attachment
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Ive seen this happen when trying to close a popup that fires off a
plugin that does not load correctly.
Whichever way PDF file attachments cant be printed using
window.print() unless you render out the pages as a JPG.