jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Multi-select check-box trimmed in TreeDataGrid

Open anlar opened this issue 5 months ago • 3 comments

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

  1. Create screen with TreeDataGrid.
  2. Enable multi-select.
  3. In item selection provides for this grid enable it only for nested leafs.
  4. 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.

Image Image

anlar avatar Oct 06 '25 10:10 anlar

Hi, @anlar!

Thank you for reporting the problem. Unfortunately, we cannot reproduce the problem. Could you please attache a demo project?

Regards, Gleb

glebfox avatar Oct 10 '25 06:10 glebfox

Attached demo project.

To reproduce bug:

  1. Via entity inspector create several Task entries (must have at least 2 levels in hierarchy).
  2. Open Group editor and press Add button.
  3. In task list selector expand Task tree.
Image

jmix-bug-4771.zip

anlar avatar Oct 14 '25 11:10 anlar

Created a Vaadin issue: https://github.com/vaadin/flow-components/issues/8348

glebfox avatar Dec 09 '25 15:12 glebfox