-
Notifications
You must be signed in to change notification settings - Fork 295
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
"Lazy-loading tree grid" test is invalid (and issue). #874
Comments
Thanks for the report; we'll have to look into this. I have a feeling it's strongly related to the transitioning code in the |
Is there any way to "disable CSS transitions" as a workaround? |
@GordonSmith a brute force method to test @kfranqueiro's comment would be to change https://github.com/SitePen/dgrid/blob/master/tree.js#L178 to hasTransitionend = false, |
@edhager investigated this and discovered there was some old code we could pull out to resolve this issue. Ed, @msssk, and myself all tested and couldn't find any adverse effects, so I've pushed the change. I've also added an |
It is documented that this issue has been fixed in dgrid 3.16 however we are using 3.16 and still seeing the same issue. As a temporary measure we are setting "enableTransitions" to "false" for the moment (as that alleviates the problem). Is it possible that this issue was re-introduced some how before 3.16 went out? It's also possible that I'm just seeing a different occurrence of the same problem. Either way can this issue please be re-opened? |
Then click on "Show All", you then end up with:
Oddly to "fix" the view, you just need to move the "mouse over" the bottom few rows...
The text was updated successfully, but these errors were encountered: