Skip to content

Bug: Border of Flex-container is not drawn #26

@maja42

Description

@maja42

I have the following primitive hierarchy:

Flex, 2 columns
  - left: TextView (with border and title)
  - right: Pages (no border)
      - Flex, 2 columns (with border and title, but they are not drawn!)
          - TableView (no border)
          - TextView (with border and title) 
      - Other page items (all of type TextView)

Expected output:
The inner flex-container has a border and a title that is printed.
Within this container are two separate primitives, the table (without a border), and the TextView (with a border)

+----Title--------Title of Flex within Pages container---------+
|             |Table content starts here       +----TextView---|
|             |(no border or title)            |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                |              ||
|             |                                +---------------|
+-------------+------------------------------------------------+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions