From 698e14fcdf5896e1c74b30638af44a10802fb8e6 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:44:07 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 8c4cb12c5b..ec8ee27694 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -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; -- 2.39.2