Roo/Element.js
authoredward <edward@roojs.com>
Tue, 9 Jan 2018 06:28:48 +0000 (14:28 +0800)
committeredward <edward@roojs.com>
Tue, 9 Jan 2018 06:28:48 +0000 (14:28 +0800)
Roo/Element.js

index 368bb40..712f5fe 100644 (file)
@@ -193,6 +193,7 @@ if(opt.anim.isAnimated()){
             var overflowRegex = /(auto|scroll)/;
             
             if(this.getStyle('position') === 'fixed'){
+                alert('first');
                 return Roo.isAndroid ? Roo.get(document.documentElement) : Roo.get(document.body);
             }