-
Notifications
You must be signed in to change notification settings - Fork 291
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
Rows not scrolling in beta-26 #482
Comments
We had a couple people report this on the latest versions of beta, but none had a reproducible example we could start looking into, and for some reason it worked just fine in our app which uses latest FDT. Strangely this also passed the tests, and nothing seemed wrong in the examples. So not sure why this happens. Anyway I'll definitely start looking into this, now that there's a reproducible example. Thanks for reporting with a sandbox link 😄 |
You're welcome. I am quite happy, that it is not some misconfiguration on my side, because there were times i strongly questioned myself :D |
Hey, thanks for the information. Yea, I feel it was introduced through #460, which went into I do notice one thing. The latest beta works just fine with React In the codepen, if you rollback As for what happens: We'll look more into this. @wcjordan, @apar03 , @mycrobe, @somavara, @miskreant , @quixotically , any of you know why this might have occurred? Is it some weird optimization introduced in later versions? Or are any of the lifecycle methods dead due to React version upgrade? And most importantly(?), I'm trying to see why #460 introduced this issue. |
@tgolbs , we released a fix for this. Please try latest beta v1.0.0-beta.28. Again, thanks so much for the reproducible sandbox. Really helped in finding out the cause. I'm closing this issue as it seems fixed, but feel free to continue the discussion if needed. |
@pradeepnschrodinger Thank you very much! We upgraded to beta-28 and it now works like a charm. |
Hi there,
when we started developing our application we started using beta-8. We now wanted to upgrade to the newest beta but do have the strange behaviour that the table will not scroll its content. It shows the shadows in the correct way though.
Expected Behavior
We would expect that the rows will be rerendered on scroll.
Current Behavior
No rerender happens on scroll.
Steps to Reproduce (for bugs)
https://codesandbox.io/embed/distracted-vaughan-crqe6?fontsize=14
The text was updated successfully, but these errors were encountered: