You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
element-bot
changed the title
[Bug Report] table树形数据与懒加载, 页面无滚动条且无法滚动
[Bug Report] Table Tree Data and Lazy Loading, Pages without Scrollbars and unable to scroll
May 27, 2019
Step: Click on the parent node, load the child node asynchronously, the child node height is higher than the table height, there is no scroll bar, unless the browser window changes, the table will be redrawn
What is Expected?
A scroll bar appears on the right side and scrolls normally.
What is actually happening?
There is no scrollbar on the right and it cannot scroll
Element UI version
2.8.2
OS/Browsers version
Chrome
Vue version
2.6.10
Reproduction Link
https://codepen.io/pen
Steps to reproduce
提示:复现链接参考 http://jsrun.net/VWyKp/edit
步骤: 点击父节点,异步加载子节点,子节点高度超过table高度,没有出现滚动条,除非浏览器窗口变化,会引起table重新绘制
What is Expected?
右侧出现滚动条,且正常滚动
What is actually happening?
右侧没有滚动条,且无法滚动
The text was updated successfully, but these errors were encountered: