Roo/Element.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 16 Jan 2012 05:09:28 +0000 (13:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 16 Jan 2012 05:09:28 +0000 (13:09 +0800)
Roo/Element.js

index 949e800..e01eed0 100644 (file)
@@ -2092,7 +2092,10 @@ if(opt.anim.isAnimated()){
                 }
                 dom = dom.parentNode;
             }
-            
+            // if we are masking the body - then it hides everything..
+            if (this.dom == document.body) {
+                z = 1000000;
+            }
            
             if(typeof msg == 'string'){
                 if(!this._maskMsg){