Roo/Element.js
authoredward <edward@roojs.com>
Fri, 24 Feb 2017 06:11:32 +0000 (14:11 +0800)
committeredward <edward@roojs.com>
Fri, 24 Feb 2017 06:11:32 +0000 (14:11 +0800)
Roo/Element.js

index 1432ca8..c6e4ec9 100644 (file)
@@ -2618,7 +2618,7 @@ if(opt.anim.isAnimated()){
 
             var l = parseInt(this.getStyle('left'), 10);
             var t = parseInt(this.getStyle('top'), 10);
-
+            Roo.log(this.dom);
             if(isNaN(l)){
                 l = (p == "relative") ? 0 : this.dom.offsetLeft;
             }