Browse Source

Merge pull request #1008 in VISUAL/fineui from ~YOUNG/fineui:master to master

* commit '8bd7b7836a05ca268397eb6e0c6f2e4da03ee50b':
  BI-47812 fix: 添加上下文
  revert
  BI-45290 fix: 使用dom node的contains方法
  BI-45290 fix: 组件1滚动到底部后复制,会显示空白或一闪而过空白
es6
guy 5 years ago
parent
commit
de8193dbe3
  1. 4
      src/base/grid/grid.js
  2. 2
      src/core/wrapper/layout.js

4
src/base/grid/grid.js

@ -162,7 +162,7 @@ BI.GridView = BI.inherit(BI.Widget, {
_columnIndex: columnIndex,
_left: columnDatum.offset + horizontalOffsetAdjustment,
_top: rowDatum.offset + verticalOffsetAdjustment
}));
}), this);
renderedCells.push({
el: child,
left: columnDatum.offset + horizontalOffsetAdjustment,
@ -377,4 +377,4 @@ BI.GridView = BI.inherit(BI.Widget, {
}
});
BI.GridView.EVENT_SCROLL = "EVENT_SCROLL";
BI.shortcut("bi.grid_view", BI.GridView);
BI.shortcut("bi.grid_view", BI.GridView);

2
src/core/wrapper/layout.js

@ -605,4 +605,4 @@ BI.Layout = BI.inherit(BI.Widget, {
}
});
BI.shortcut("bi.layout", BI.Layout);
BI.shortcut("bi.layout", BI.Layout);

Loading…
Cancel
Save