jmix
jmix copied to clipboard
Multi-select check-box trimmed in TreeDataGrid
Environment
Jmix version: 2.6.1
Bug Description
Multi-select check-box is trimmed in TreeDataGrid when it is not shown at view creation (e.g. enabled only for nested leafs not shown at the start).
Steps To Reproduce
- Create screen with TreeDataGrid.
- Enable multi-select.
- In item selection provides for this grid enable it only for nested leafs.
- Open screen and expand all nodes.
Current Behavior
First column with check-box is trimmed.
Expected Behavior
First column with check-box should display whole check-box.
Hi, @anlar!
Thank you for reporting the problem. Unfortunately, we cannot reproduce the problem. Could you please attache a demo project?
Regards, Gleb
Attached demo project.
To reproduce bug:
- Via entity inspector create several Task entries (must have at least 2 levels in hierarchy).
- Open Group editor and press Add button.
- In task list selector expand Task tree.
Created a Vaadin issue: https://github.com/vaadin/flow-components/issues/8348