Roundcube Community Forum

 

Attachments open too small

Started by elc, January 15, 2008, 11:30:17 AM

Previous topic - Next topic

elc

SVN 955
Using IE7 and Opera 9.25

From a clean install of RoundCube, my attachments open in a new window but in a frame too small for the attachment.
I suppose this is not a real bug, since noone else has reported it - but what am I doing wrong, and where is the frame size set from code?


madseman

I have the same problem :-\

But when I change the line in: /program/js/app.js

Quotethis.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=1', 'rcubemailattachment');

to:

Quotethis.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=0', 'rcubemailattachment');

When i get the full size :)

Is this the right thing to do?


elc

Quote from: madseman I have the same problem :-\

But when I change the line in: /program/js/app.js

Quotethis.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=1', 'rcubemailattachment');

to:

Quotethis.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=0', 'rcubemailattachment');

When i get the full size :)

Is this the right thing to do?

Thanks! This works nicely as a temporary fix :)

BTW: It seems to me this is a CSS problem in relation to the iFrame, but that's really not my table.

/eLC