Author Topic: ie8 problems with myvision2  (Read 3919 times)

Offline Heini_net

  • Jr. Member
  • **
  • Posts: 20
ie8 problems with myvision2
« 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)

Offline adambarrell

  • Newbie
  • *
  • Posts: 5
ie8 problems with myvision2
« Reply #1 on: August 07, 2009, 01:53:36 PM »
Quote from: youds;16664

For 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:
Code: [Select]
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:
Code: [Select]
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

Offline Heini_net

  • Jr. Member
  • **
  • Posts: 20
ie8 problems with myvision2
« Reply #2 on: August 11, 2009, 11:38:45 AM »
i have already fixed it but this problem does still exist..

Offline mcwago

  • Newbie
  • *
  • Posts: 1
splitter.js
« Reply #3 on: December 13, 2009, 08:28:16 AM »
i`ve the same problem, i cant see mail widow. Tested on IE8 and Safari.

Offline daor79

  • Newbie
  • *
  • Posts: 2
ie8 problems with myvision2
« Reply #4 on: December 17, 2009, 02:59:05 AM »
Quote from: Heini_net;20407

URI: 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

Offline TomX

  • Newbie
  • *
  • Posts: 2
ie8 problems with myvision2
« Reply #5 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.