From e4a180d1b7e2af899cc3515d7e0c8901888a777f Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 24 Feb 2017 13:56:36 +0800 Subject: [PATCH] Roo/Element.js --- Roo/Element.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/Element.js b/Roo/Element.js index 34bd4084fd..a6cd25d500 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -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; } -- 2.39.2