vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.77k stars 729 forks source link

GridLayout's initial render causes component overlap #12614

Open thevaadinman opened 2 months ago

thevaadinman commented 2 months ago

The initial render of a GridLayout with no set size can miscalculate the space needed for certain components. This was noticed as part of routine testing, specifically in the test UI com.vaadin.tests.fonticon.GridLayoutOnFontLoad where a button's width in the first column will exceed the column boundary and the Grid component's caption will overlap with a text area.