GridLayout's initial render causes component overlap
Open
@thevaadinman is already working on this.
Since Apr 24, 2024.
bug
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.