Roo/bootstrap/Form.js
authoredward <edward@roojs.com>
Wed, 29 Nov 2017 10:26:35 +0000 (18:26 +0800)
committeredward <edward@roojs.com>
Wed, 29 Nov 2017 10:26:35 +0000 (18:26 +0800)
Roo/bootstrap/Form.js

index 680bc33..e27be9a 100644 (file)
@@ -636,14 +636,16 @@ Roo.apply(Roo.bootstrap.Form, {
             this.maskEl.top.show();
             
             this.maskEl.left.setSize(Roo.lib.Dom.getDocumentWidth() - box.x - box.width, box.height);
-            this.maskEl.left.setXY([box.x + box.width, 0]);
+            this.maskEl.left.setXY([box.x + box.width, box.y]);
             this.maskEl.left.show();
             
             this.maskEl.bottom.setSize(Roo.lib.Dom.getDocumentWidth(), Roo.lib.Dom.getDocumentHeight());
             this.maskEl.bottom.setXY([0, box.y + box.height]);
             this.maskEl.bottom.show();
             
-            
+            this.maskEl.right.setSize(Roo.lib.Dom.getDocumentWidth(), Roo.lib.Dom.getDocumentHeight());
+            this.maskEl.right.setXY([0, box.y]);
+            this.maskEl.right.show();
             
             
             this.toolTip.bindEl = this.target.el;