Roundcube Community Forum

 

ie8 problems with myvision2

Started by Heini_net, August 05, 2009, 12:10:12 PM

Previous topic - Next topic

Heini_net

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)

adambarrell

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

Heini_net

i have already fixed it but this problem does still exist..

mcwago

i`ve the same problem, i cant see mail widow. Tested on IE8 and Safari.

daor79

Quote from: Heini_net;20407URI: http://domain.com/webmail/skins/mvision2_en/splitter.jsgia

I have same problem but when i re-installed IE8, It worked. I don't know why

TomX

Same for me.
Something new about this issue?

-btw- Same issue appears on Firefox.

Windows 7 Ultimate x64
The default skin works.