Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:50:22 +0000 (14:50 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:50:22 +0000 (14:50 +0800)
Roo/bootstrap/ComboBox.js

index b1506c5..bb37bd5 100644 (file)
@@ -2599,6 +2599,13 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             this.touchViewEl.addClass('in');
         }
         
+        if(this._touchViewMask){
+            Roo.get(document.body).addClass("x-body-masked");
+            this._touchViewMask.setSize(Roo.lib.Dom.getViewWidth(true),   Roo.lib.Dom.getViewHeight(true));
+            this._touchViewMask.setStyle('z-index', 10000);
+            this._touchViewMask.addClass('show');
+        }
+        
         this.doTouchViewQuery();
         
     },