Roo/Element.js
authoredward <edward@roojs.com>
Fri, 24 Feb 2017 05:56:36 +0000 (13:56 +0800)
committeredward <edward@roojs.com>
Fri, 24 Feb 2017 05:56:36 +0000 (13:56 +0800)
Roo/Element.js

index 34bd408..a6cd25d 100644 (file)
@@ -2622,6 +2622,7 @@ if(opt.anim.isAnimated()){
             var l = parseInt(this.getStyle('left'), 10);
             var t = parseInt(this.getStyle('top'), 10);
 
+            Roo.log([l, t]);
             if(isNaN(l)){
                 l = (p == "relative") ? 0 : this.dom.offsetLeft;
             }