Skip to content

Vaadin-split-layout has 0 height inside vaadin-vertical-layout #642

@web-padawan

Description

@web-padawan

Description

Despite the issue affects vaadin-split-layout, the actual problem is how we use CSS flexbox for both horizontal and vertical layout.

Because of that, we can't safely apply workarounds like flex: none (vaadin/platform#695):

  • it would help for vertical layout (where we don't expect items to stretch vertically),
  • but it will affect also horizontal layout (where we do expect items to stretch horizontally).

Marking this as requiring new major. Will consider creating an "epic" for layout revamp.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions