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
TreeGrid with DetailHandler broken #11288
Comments
|
If it has been fixed, its not working for vaadin 8.6.0. |
|
I also still have the same issues in the grid in 8.6.0 as described here #11139 |
|
currently shipped with 8.9.0.beta3. |
|
Its working great now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Vaadin Framework version 8.6.0
Browser version all Browsers, currently working with Chrome Version 70.0.3538.77 (64-bit)
Web container name and version Apache Tomcat Version 9.0.8
Description of the bug Combination of TreeGrid with a DetailHandler is broken. Initially the grid looks fine. But as soon as the tree grid collapses a row, the details are listet at wrong position, and row hight is sometimes faulty too.
Expected behavior: If a group of rows is collapsed, that part is hidden and the remaining rows move up to use the grid space. After collapsing and expanding rows, the grid should look the same.
Actual behavior
If you collapse and expand the detail handler, the position is faulty.
Minimal reproducible example
The text was updated successfully, but these errors were encountered: