You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: