Roo/Element.js
authorjohn <john@roojs.com>
Wed, 29 Nov 2017 07:30:24 +0000 (15:30 +0800)
committerjohn <john@roojs.com>
Wed, 29 Nov 2017 07:30:24 +0000 (15:30 +0800)
Roo/Element.js

index 3a25499..65fc393 100644 (file)
@@ -207,8 +207,14 @@ if(opt.anim.isAnimated()){
                     el.dom.nodeName.toLowerCase() != 'body'
             ){
                 el = Roo.get(el.dom.parentNode);
-                Roo.log('findparent:'+ JSON.stringify(el, null, 4)+' | scrollable: '+el.isScrollable()+' | D height: '+D.getViewHeight() + ' | D width: '+D.getViewWidth() + ' | el height: '+el.dom.clientHeight+' | el width: '+el.dom.clientWidth);
-                
+                Roo.log(
+                    'findparent:'+ JSON.stringify(el, null, 4)+
+                    ' | scrollable: '+el.isScrollable()+
+                    ' | D height: '+D.getViewHeight() + 
+                    ' | D width: '+D.getViewWidth() + 
+                    ' | el height: '+el.dom.clientHeight+
+                    ' | el width: '+el.dom.clientWidth
+                );
             }
             
             if(!el.isScrollable()){