Roo/Shadow.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 06:59:09 +0000 (14:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 06:59:09 +0000 (14:59 +0800)
Roo/Shadow.js

index 8984a8b..0df3d82 100644 (file)
@@ -137,9 +137,7 @@ Roo.Shadow.prototype = {
         s.left = (l+a.l)+"px";
         s.top = (t+a.t)+"px";
         var sw = (w+a.w), sh = (h+a.h), sws = sw +"px", shs = sh + "px";
-        if (sh < 0) { // borks in IE7
-            return;
-        }
+         
         if(s.width != sws || s.height != shs){
             s.width = sws;
             s.height = shs;