From 5f33c4bfe109288d1b176af094afb684535e4bec Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Wed, 14 Sep 2022 14:04:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?REPORT-80202=20fix:=20combo.textvalue=20hid?= =?UTF-8?q?eView=E6=97=B6=E6=8A=8A=E5=8F=82=E6=95=B0=E4=BC=A0=E4=B8=8B?= =?UTF-8?q?=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/combination/combo.js | 2 +- src/case/combo/textvaluecombo/combo.textvalue.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 5fc2f8008..6bf099919 100644 --- a/src/base/combination/combo.js +++ b/src/base/combination/combo.js @@ -152,7 +152,7 @@ o.hideWhenClickOutside && BI.Widget._renderEngine.createElement(document).unbind("mousedown." + this.getName()).unbind("mousewheel." + this.getName()); BI.EVENT_BLUR && o.hideWhenBlur && BI.Widget._renderEngine.createElement(window).unbind("blur." + this.getName()); - this.fireEvent(BI.Combo.EVENT_AFTER_HIDEVIEW); + this.fireEvent(BI.Combo.EVENT_AFTER_HIDEVIEW, e); }, _popupView: function (e) { diff --git a/src/case/combo/textvaluecombo/combo.textvalue.js b/src/case/combo/textvaluecombo/combo.textvalue.js index 7637773f2..8a361a210 100644 --- a/src/case/combo/textvaluecombo/combo.textvalue.js +++ b/src/case/combo/textvaluecombo/combo.textvalue.js @@ -87,7 +87,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { changeTag = true; this.setValue(this.popup.getValue()); if (o.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE) { - this.combo.hideView(); + this.combo.hideView(...args); this.fireEvent(BI.TextValueCombo.EVENT_CHANGE, ...args); } } @@ -110,7 +110,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { listeners: [ { eventName: BI.Combo.EVENT_BEFORE_POPUPVIEW, - action: (...args) => { + action: () => { changeTag = false; } }, { From 28fe77169dfc8f6f764687a5760c81d95c9b6fa6 Mon Sep 17 00:00:00 2001 From: windy Date: Fri, 16 Sep 2022 14:57:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bi.lessconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bi.lessconfig.json b/bi.lessconfig.json index 9d8bebc2b..cbb1aabcf 100644 --- a/bi.lessconfig.json +++ b/bi.lessconfig.json @@ -47,5 +47,4 @@ "@font-solid-bottom": "e905", "@font-solid-right": "e906", "@font-dot": "e762" - "@font-down-triangle": "e70b" }