Roo/bootstrap/Form.js
authoredward <edward@roojs.com>
Wed, 29 Nov 2017 09:28:09 +0000 (17:28 +0800)
committeredward <edward@roojs.com>
Wed, 29 Nov 2017 09:28:09 +0000 (17:28 +0800)
Roo/bootstrap/Form.js

index 72cc529..cf624e5 100644 (file)
@@ -573,9 +573,9 @@ Roo.apply(Roo.bootstrap.Form, {
             
             this.maskEl = {
                 top : Roo.DomHelper.append(Roo.get(document.body), { tag: "div", cls:"x-dlg-mask" }, true),
-                left : '',
-                bottom : '',
-                right : ''
+                left : Roo.DomHelper.append(Roo.get(document.body), { tag: "div", cls:"x-dlg-mask" }, true),
+                bottom : Roo.DomHelper.append(Roo.get(document.body), { tag: "div", cls:"x-dlg-mask" }, true),
+                right : Roo.DomHelper.append(Roo.get(document.body), { tag: "div", cls:"x-dlg-mask" }, true),
             };
             
             this.toolTip = new Roo.bootstrap.Tooltip({