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

LazyListBox: items are not loaded, if the last is invisible #3356

Closed
edloidas opened this issue Nov 20, 2023 · 0 comments · Fixed by #3357
Closed

LazyListBox: items are not loaded, if the last is invisible #3356

edloidas opened this issue Nov 20, 2023 · 0 comments · Fixed by #3357
Assignees
Labels
Bug Something isn't working

Comments

@edloidas
Copy link
Member

If the last child is invisible, the intersection observer won't trigger any events. The last visible (in DOM) item must be used instead in the observer.

@edloidas edloidas added the Bug Something isn't working label Nov 20, 2023
@edloidas edloidas self-assigned this Nov 20, 2023
edloidas added a commit that referenced this issue Nov 21, 2023
Co-authored-by: Alan Semenov <alansemenov@users.noreply.github.com>
edloidas added a commit that referenced this issue Nov 21, 2023
Co-authored-by: Alan Semenov <alansemenov@users.noreply.github.com>
edloidas added a commit that referenced this issue Nov 21, 2023
Co-authored-by: Alan Semenov <alansemenov@users.noreply.github.com>
alansemenov added a commit that referenced this issue Dec 5, 2023
Co-authored-by: Alan Semenov <alansemenov@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant