#48: "Invalid Argument:" error in IE when using UI.Shadow in stand-alone mode and withIFrameShim = true ( not within UI.Window ) (Open)

Sep 22 2009 * 19:07
Reported by:   Assigned to:  
Priority: Normal  Milestone:  

This is similar to ticket #47 however, with option withIFrameShim = true, which is actually the default for UI.Shadow

Fix: In UI.IframeShim class setPosition method change to

try{// invalid argument in IE when using UI.Shadow in a stand-alone way and withIFrameShim is true
  this.element.style.top  = parseInt(top) + "px";
  this.element.style.left = parseInt(left) + "px";
}catch(e){}