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

在外部容器有scale缩放的情况下,虚拟列表的滚动条位置不正确 #277

Closed CoCoManYY closed 4 months ago

CoCoManYY commented 4 months ago

复现地址:https://stackblitz.com/edit/react-i9zyca?file=demo.tsx,index.html,package.json

image

https://github.com/react-component/virtual-list/blob/master/src/List.tsx#L277 这里是不是应该直接消费offsetWidthoffsetHeight? 目前消费的widthheight是通过getBoundingClientRect取的,该值为相对视口的宽高,会根据缩放而变化。