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

index 3f919b4..5c0fb9d 100644 (file)
@@ -191,7 +191,6 @@ if(opt.anim.isAnimated()){
         findScrollableParent : function(){
             
             var el = Roo.get(this.dom.parentNode);
-            Roo.log('findparent:'+ JSON.stringify(el, null, 4));
             Roo.log('D: '+JSON.stringify(D, null, 4));
             while (
                     el && 
@@ -208,6 +207,8 @@ if(opt.anim.isAnimated()){
                     el.dom.nodeName.toLowerCase() != 'body'
             ){
                 el = Roo.get(el.dom.parentNode);
+                Roo.log('findparent:'+ JSON.stringify(el, null, 4));
+                
             }
             
             if(!el.isScrollable()){