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

The same entries are coming up while scrolling up with large store. #439

Open
keijim2 opened this issue Oct 22, 2020 · 0 comments
Open

The same entries are coming up while scrolling up with large store. #439

keijim2 opened this issue Oct 22, 2020 · 0 comments

Comments

@keijim2
Copy link

keijim2 commented Oct 22, 2020

It looks like an issue of VScroller.
When store has many items, the same entries are coming up while scrolling up from bottom to top. Items in top area does not appear gradually. The problem does not occur when you scroll down.

I can see the same phenomenon at the test page of gridx. Here is a reproducible steps.

  1. Go to https://oria.github.io/gridx/demos/test_grid.html
  2. Scroll down to the bottom of the entries (100th item is displayed)
  3. Scroll up by mouse wheel (or keyboard)
    -> Items in 70s or 80s are displayed repeatedly. And items in 40s or less are not displayed until you reach to the top

Expected behavior:
Based on the scroll position, displayed items are updated gradually.

Reproducible environment:
gridx: 1.3.8
Chrome on Widows 10

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

1 participant