Roundcube Community Forum

 

opening pdf attachments bug?

Started by jan.gestre, November 04, 2006, 08:42:17 AM

Previous topic - Next topic

jan.gestre

i'm using version 360, i noticed that clicking the pdf attachment will just open another window/tab of the inbox, i need to right click the attachment and use the open in another tab shortcut of the browser just to be able to see the pdf attachment, anybody experienced this bug? i'm using firefox 2.0

marin


telefunken

Change app.js
line 635 replace
    this.attachment_win = window.open(this.env.comm_path+'&_action=get'+url+'&_frame=1', 'rcubemailattachment');
with
    this.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=1', 'rcubemailattachment');