Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Heini_net on August 05, 2009, 12:10:12 PM

Title: ie8 problems with myvision2
Post by: Heini_net on August 05, 2009, 12:10:12 PM
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)
Title: ie8 problems with myvision2
Post by: adambarrell on August 07, 2009, 01:53:36 PM
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
Title: ie8 problems with myvision2
Post by: Heini_net on August 11, 2009, 11:38:45 AM
i have already fixed it but this problem does still exist..
Title: splitter.js
Post by: mcwago on December 13, 2009, 08:28:16 AM
i`ve the same problem, i cant see mail widow. Tested on IE8 and Safari.
Title: ie8 problems with myvision2
Post by: daor79 on December 17, 2009, 02:59:05 AM
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
Title: ie8 problems with myvision2
Post by: TomX on April 07, 2010, 06:47:58 PM
Same for me.
Something new about this issue?

-btw- Same issue appears on Firefox.

Windows 7 Ultimate x64
The default skin works.