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

Scrolling issue when using sticky column #126

Closed
dimmelsw opened this issue Aug 14, 2023 · 4 comments · Fixed by #129
Closed

Scrolling issue when using sticky column #126

dimmelsw opened this issue Aug 14, 2023 · 4 comments · Fixed by #129

Comments

@dimmelsw
Copy link

We still have scrolling issues with sticky columns similar to #58 and #60
It only occurse in Chrome and Edge Browser.
Firefox is fine.

It is reproducable in stackblitz https://stackblitz.com/edit/stackblitz-starters-du8hew

While debugging we see 2 scroll events after scrolling down one tick with the mouse wheel.
The first event looks fine with moving the scrolloffset downwards, but the second events moves the scrolloffset up again.

@Borys91
Copy link

Borys91 commented Aug 16, 2023

Also having this problem, but in my case I get even more than two events. I also tried in the example above to change the scroll when clicking on the button using scrollToOffset() and I also receive the event several times, but somewhere after the 2nd or 3rd click. Any suggestions on what I can do to fix the problem. Thanks.

@sychd
Copy link

sychd commented Sep 27, 2023

Hello! We've faced same issue in our project and reproduced it on library's example page (gif is attached). Checked it in Chrome, Safari and Firefox - issue has not been reproduced in Safari only.

The issue is that table jumps one row back on each new row entered/left the viewport.

Screen Recording 2023-09-27 at 11 09 09

@jwedel
Copy link

jwedel commented Feb 5, 2024

Same here. We have some very weird scrolling behaviour. It's a lot worse than what @sychd showed.

  • If you drag down the scroll bar handle, it gets offset immediately. So it the scroll bar handle is like 20px above the mouse
  • When you reach the bottom of 500 elemens, it start heavy flickering
  • Also when using the mouse wheel, it shows heavy flickering.
  • The flickering continues even when not doing anything until you further scroll down.

In FF, it works.


@diprokon May I ask, if there there still exists a maintainer for this project? The last commit is a year ago. So if not, we probably have to find a different solution. Thanks!

@diprokon
Copy link
Owner

diprokon commented Feb 9, 2024

@jwedel Hi

I'm still the maintainer. I've tried to fix this issue a few times without success.

You can try to find a solution and create a PR - I would greatly appreciate it.

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

Successfully merging a pull request may close this issue.

5 participants