wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 651 forks source link

Fix VirtualScroll #627

Closed yoreek closed 4 months ago

yoreek commented 4 months ago

This fixes a bug when scrolling does not work if the number of lines is more than 2000.

wenzhixin commented 4 months ago

Please provide an Online Example to show the problem. Thanks!

yoreek commented 4 months ago

Please provide an Online Example to show the problem. Thanks!

https://multiple-select-live.wenzhixin.net.cn/code/yoreek/17674

wenzhixin commented 4 months ago

After applying your modifications and verifying, you must still resolve an issue. The elements greater than 2000 are not being displayed. https://multiple-select-live.wenzhixin.net.cn/code/wenzhixin/17680

yoreek commented 4 months ago

After applying your modifications and verifying, you must still resolve an issue. The elements greater than 2000 are not being displayed. https://multiple-select-live.wenzhixin.net.cn/code/wenzhixin/17680

oh, sorry didn't see this, I'll try to find the problem

yoreek commented 4 months ago

Fixed