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?
(http://www.spender.no/images/capture.jpg)
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?
i've got the same problem too, seems to be a bug.
http://roundcubeforum.net/forum/index.php?topic=2585.msg10261#msg10261
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