Scrolling issue when using sticky column
dimmelsw opened this issue · 4 comments
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.
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.
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!