Hi,
since few weeks i can't use roundcube with IE8.
after i logged in the loading-circle wont stop and i receive follor js error:
Message: Invalid Argument.
Line: 72
Char: 7
Code: 0
URI: http://domain.com/webmail/skins/mvision2_en/splitter.js
this problem are still exist after the update from roundcube 2.0 to 2.2 (mvision was updated too)
Quote from: youds;16664For Users with Microsoft Script Debugger
When changing between "Vertical" and "Horizontal" users will see an error message.
To correct this, alter file program/js/common.js to reflect changes below:
if(w>0){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h>0){
height=h.toString().match(/\%$/)?h:h+"px";
}
The original code would of appeared like:
if(w){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h){
height=h.toString().match(/\%$/)?h:h+"px";
}
You need to add >0 to the if(w) and if(h) lines
Good luck! :)
This may fix it
i have already fixed it but this problem does still exist..
i`ve the same problem, i cant see mail widow. Tested on IE8 and Safari.
Quote from: Heini_net;20407URI: http://domain.com/webmail/skins/mvision2_en/splitter.js (http://sieuthi77.com/Main/nhakhoa.html)gia (http://sieuthi77.com/giavang)
I have same problem but when i re-installed IE8, It worked. I don't know why
Same for me.
Something new about this issue?
-btw- Same issue appears on Firefox.
Windows 7 Ultimate x64
The default skin works.