react-component/virtual-list

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

Closed this issue · 0 comments

复现地址: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取的,该值为相对视口的宽高,会根据缩放而变化。