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

Scrollbar doesn't work when dragging over lazy loaded component. #61

Open
PabloRomanH opened this issue Apr 8, 2020 · 0 comments
Open

Comments

@PabloRomanH
Copy link

This problem seems to be only happening on Chrome. It works well on Edge and Safari.

When grabbing the side scroll bar to go fast to a certain position in the page, the scroll bar "let's go" of the cursor, even if you still have the mouse button pressed. This happens as soon as a lazy loaded component that hasn't been loaded yet appears in view.

Here I demonstrate how dragging the scrollbar works well when moving over loaded components, but lets go as soon as it has to load one: https://www.youtube.com/watch?v=mL1vLH_3prw

Happens for both LazyLoadComponent and LazyLoadImage.
I suspected that the page changing in size when scrolling may be the issue, so I tried making sure that the elements are exactly the same size before and after the lazy loading. That didn't solve the problem.

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