X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-core-debug.js;h=38cb8e3b8ebb4428d166b9ec928be5bb6ae0020c;hb=4c1d19b40b5813b54e463d07e09b72b3c9c77bc1;hp=1c5b1aa7a42cb056aabde93b4aeb2ddc1d5771c1;hpb=e97253d32cf20d9a06cb015e69ab70aa6261dd85;p=roojs1 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 1c5b1aa7a4..38cb8e3b8e 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -7174,6 +7174,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); } @@ -7186,6 +7187,7 @@ if(opt.anim.isAnimated()){ } if (overflowRegex.test(parent.getStyle('overflow') + parent.getStyle('overflow-x') + parent.getStyle('overflow-y'))){ + alert('middle'); return parent; } @@ -7206,7 +7208,7 @@ if(opt.anim.isAnimated()){ return Roo.isAndroid ? Roo.get(document.documentElement) : Roo.get(document.body); } } - + alert('last'); return Roo.isAndroid ? Roo.get(document.documentElement) : Roo.get(document.body); },