#47: "Invalid Argument:" error in IE when using UI.Shadow in stand-alone mode ( not within UI.Window ) (Open)

Sep 22 2009 * 15:43
Reported by:   Assigned to:  
Priority: Normal  Milestone:  

Solution:

In the setPosition method of UI.Shadow add a try-catch here:

try{//invalid argument in IE when using UI.Shadow in a stand-alone way
  shadowStyle.top  = top + 'px';
  shadowStyle.left = left + 'px';
}catch(e){}