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

index 8c4cb12..ec8ee27 100644 (file)
@@ -2536,7 +2536,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             document.activeElement.blur();
         }, this);
         
-        this._touchViewMask = Roo.DomHelper.append(this.dom, {cls:"roo-el-mask"}, true);
+        this._touchViewMask = Roo.DomHelper.append(document.body, {tag: "div", cls:"x-dlg-mask"}, true);
         
         return;