-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composite with VerticalLayout root breaks layouting #12153
Comments
Video of behavior: https://gofile.io/d/vK8TOH |
Ansku
added a commit
to Ansku/framework
that referenced
this issue
Nov 27, 2020
Experimental. Fixes: vaadin#12153
Ansku
added a commit
to Ansku/framework
that referenced
this issue
Nov 30, 2020
Ansku
added a commit
to Ansku/framework
that referenced
this issue
Nov 30, 2020
Ansku
added a commit
that referenced
this issue
Dec 1, 2020
Ansku
added a commit
that referenced
this issue
Dec 2, 2020
Ansku
added a commit
that referenced
this issue
Dec 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on Vaadin 8.11.3 and MacOS Chrome Version 87.0.4280.67 (Official Build) (x86_64). Also occurs in Firefox, so does not seem to be browser-dependent.
Problem: LayoutManager does not seem to properly recalculate sizes for various components which are in a Composite that has a VerticalLayout as its root. So in the first example the connector hierarchy is Composite->VerticalLayout->Grid.
This does not seem to depend on Grid, also happen on SplitPanel in same kind of hierarchy:
So to me it looks like when you have a Composite with a VerticalLayout as its root, any ManagedLayout implementors in that VerticalLayout fail to resize when they should.
The text was updated successfully, but these errors were encountered: