roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 06:23:59 +0000 (14:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 06:23:59 +0000 (14:23 +0800)
roojs-debug.js

index eda4711..bd55634 100644 (file)
@@ -22529,8 +22529,10 @@ 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(s.width != sws || s.height != shs){
-            s.width = sws;
+        if(s.width != sws || s.height != shs) {
+alert(shs); alert(s); 
+
+    s.width = sws;
             s.height = shs;
             if(!Roo.isIE){
                 var cn = d.childNodes;
@@ -51373,4 +51375,4 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, {
  
 
 
-   
\ No newline at end of file
+