dhtmxScheduler Error in IE


Hi, in another post you send me the .js (dhtmlx.com/docs/products/kb/inde … 56&a=16883), but after this, it doesn’t work correctly in IE if i comment the next code works fine but shrink the scheduler and don’t show fine… In firefox works perfectly.



scheduler.set_xy=function(node,w,h,x,y){
 //node.style.width=w+“px”;
// node.style.height=h+“px”;
 if (arguments.length>3){
  //node.style.left=x+“px”;
  //node.style.top=y+“px”; 
 }
}



 



 



Jorge Arzuaga

Please be sure that container, in which scheduler has been initialized - has some non-zero sizes.
Or you can use an updated version, which will not throw an error with any sizes of window.

dhtmlxscheduler.zip (44.8 KB)

Thanks…