Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecycleScroller: Missing rows on rapid scrollbar use #863

Open
4 tasks done
yestellar opened this issue Mar 14, 2024 · 2 comments
Open
4 tasks done

RecycleScroller: Missing rows on rapid scrollbar use #863

yestellar opened this issue Mar 14, 2024 · 2 comments

Comments

@yestellar
Copy link

Describe the bug

Hello,

I've encountered an issue with RecycleScroller while displaying a list of 10,000 items. When I scroll quickly using the scrollbar (not the mouse wheel), some rows fail to display, creating what appears as gaps in the list. This problem seems to stem from incorrect transformY calculations and typically arises after a few seconds of rapid scrolling, becoming more frequent thereafter. Is this a known issue, or could it be a result of my configuration?

Reproduction

Screenshot 2024-03-14 at 16 27 29
Screenshot 2024-03-14 at 16 27 06

System Info

Browser: Chrome
Vue version: ^3.4.15
vue-virtual-scroller version: ^2.0.0-beta.8

Used Package Manager

npm

Validations

@yestellar yestellar changed the title Gap between items on scroll RecycleScrolle: Missing rows on rapid scrollbar use Mar 14, 2024
@yestellar yestellar changed the title RecycleScrolle: Missing rows on rapid scrollbar use RecycleScroller: Missing rows on rapid scrollbar use Mar 14, 2024
@yestellar
Copy link
Author

I didn't encounter this issue after downgrading to version v2.0.0-beta.3.

@srackhall
Copy link

I have also encountered this problem, but I can only quickly call the up and down scrolling API through the dom element in the code to eliminate this problem. This should be a bug in the library itself. Unfortunately, the author seems to have no time to maintain this library in the short term and seems to be focusing on other projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants