react-component / virtual-list

🧾 React Virtual List Component which worked with animation
https://rc-virtual-list.react-component.now.sh
MIT License
725 stars 154 forks source link

fix: fix no scorllbar when scroll issue #243

Closed beautiful-boyyy closed 6 months ago

beautiful-boyyy commented 11 months ago

fix ant-design/ant-design#45935,是否出现滚动条的依据应该是实际渲染的列表高度是否超过给定高度

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
virtual-list ❌ Failed (Inspect) Nov 27, 2023 6:57am
yoyo837 commented 11 months ago

请添加一个测试用例覆盖一下.

beautiful-boyyy commented 11 months ago

请添加一个测试用例覆盖一下.

没写过测试,能否提供一个指南我学习下

yoyo837 commented 11 months ago

可以直接参考已有的其他测试用例

beautiful-boyyy commented 11 months ago

请添加一个测试用例覆盖一下.

已补充

MadCcc commented 11 months ago

测试挂了

beautiful-boyyy commented 10 months ago

测试挂了

尝试了很多次,jest里面跑的结果和我浏览器跑的差别很大,这个测试用例我实在不会写

yoyo837 commented 10 months ago

测试挂了

尝试了很多次,jest里面跑的结果和我浏览器跑的差别很大,这个测试用例我实在不会写

小弟试试看

yoyo837 commented 6 months ago

rebase下