Browse Source

Pull request #211798: Release/11.0

Merge in DEC/fineui from ~DAILER/fineui-decision:release/11.0 to release/11.0

* commit 'a7c7c65c18d0e4c7f5115deebffca29e0c651bf2':
  Revert "BI-118262 fix: 树过滤组件搜索过滤不生效"
  KERNEL-11877 fix: firefox 下bounds计算错误问题
  BI-118262 fix: 树过滤组件搜索过滤不生效
research/test
Dailer-刘荣歆 2 years ago
parent
commit
582b614704
  1. 2
      src/base/combination/combo.js

2
src/base/combination/combo.js

@ -162,7 +162,7 @@
this._assertPopupViewRender();
this.fireEvent(BI.Combo.EVENT_BEFORE_POPUPVIEW);
// popupVisible是为了获取其宽高, 放到可视范围之外以防止在IE下闪一下
this.popupView.css({ left: -999999999, top: -99999999 });
this.popupView.css({ left: -99999, top: -99999 });
this.popupView.visible();
BI.each(needHideWhenAnotherComboOpen, function (i, combo) {
if (i !== self.getName()) {

Loading…
Cancel
Save