virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

Smooth scrolling not working on Windows

Open gouku opened this issue 3 years ago • 2 comments

Platform: Windows 11 The demo on https://rc-virtual-list.react-component.vercel.app/ works with smooth scrolling on Windows. But the latest examples in this repo does not when running locally with yarn start

gouku avatar Nov 19 '22 09:11 gouku

After some investigating I found that smooth scrolling only works with v1.1.6 and older. After v2.0.0 upgrade it no longer works: https://github.com/react-component/virtual-list/compare/v1.1.6...v2.0.0

gouku avatar Nov 19 '22 09:11 gouku

Here are two demos that can reproduce this bug:

  • v1.1.6: smooth scrolling works on Windows: https://codesandbox.io/s/virtual-list-antd-4-23-6-forked-exwj9e?file=/package.json
  • v2.0.0: smooth scrolling does not works on Windows: https://codesandbox.io/s/virtual-list-antd-4-23-6-forked-p69nni?file=/package.json

gouku avatar Nov 19 '22 10:11 gouku