GridLayout in generated column is squashed after row addition to table. Regresion from vaadin 6
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
Originally by artamonov
If we return grid from generate method, our layouts in all cells will be squashed.
I've reproduced same screen on Vaadin 6, and it works well.
Attached examples on Vaadin 6 and 7.
Vaadin 6: http://localhost:8086/
Vaadin 7: http://localhost:8087/
Imported from https://dev.vaadin.com/ issue #12970
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.
Research direction
Start with the issue's Vaadin 6 and Vaadin 7 reproduction examples and compare the GridLayout behavior after adding a table row. Trace the generated-column layout handling and determine why layouts in cells are squashed in Vaadin 7. Done means the Vaadin 7 behavior matches the working Vaadin 6 example without breaking generated columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100