From: Edward Date: Tue, 2 Oct 2018 06:45:48 +0000 (+0800) Subject: Roo/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=7a56e798b981c0c626c2336c4d2ba56f07d05061 Roo/bootstrap/ComboBox.js --- diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 053e05a477..7d8ed4d779 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2601,11 +2601,10 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { if(this._touchViewMask){ this._touchViewMask.setSize(Roo.lib.Dom.getViewWidth(true), Roo.lib.Dom.getViewHeight(true)); - this._touchViewMask.setStyle('z-index', Roo.bootstrap.Modal.zIndex++); + this._touchViewMask.setStyle('z-index', 10000); this._touchViewMask.addClass('show'); } - this.doTouchViewQuery(); },