Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Label no longer clickable in Vaadin 8?
I am using TreeTable to display values that the user can select. Each node is made up of an HorizontalLayout with a Label. Under Vaadin 7 you can click anywhere on the HorizontalLayout, including on the Label, and the line will be selected. Under Vaadin 8 you have to click outside the Label area (either just to the left or to the right of the Label) to select; if you click on the Label text, nothing occurs.
Could someone explain or suggest a solution or a workaround? Thanks!
I now use a button styled as a Label so the functionnality is back, but the change in behaviour is strange...