telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 39 forks source link

MultiSelect with virtualization will not scroll past a selected item when scrolling with the mouse wheel. #738

Closed simonssspirit closed 6 months ago

simonssspirit commented 4 years ago

MultiSelect with virtualization will not scroll past a selected item when scrolling with the mouse wheel.

This can be reproduced in the following demo:

https://www.telerik.com/kendo-react-ui-develop/components/dropdowns/multiselect/virtualization/

Steps:

1) Selected item 50. 2) Open the MultiSelect and scroll up with the mouse wheel. 3) The scrolling will stop when item 50 is at the bottom of the list.

nstoychev commented 4 years ago

Another case reported in ticket: 1489253. The MultiSelect scrolls to the last selected item when the app state is changed.

elena-gancheva commented 6 months ago

This issue is no longer reproducible