Skip to content

Layout issue when using custom components in a GridLayout #640

@NathanWalker

Description

@NathanWalker

When using this type of layout in conjunction with Angular components (one of which uses a ListView underneath) creates the following troublesome layout.

I would expect this layout to just work:

<GridLayout rows="*,100" columns="*">
    <test-list-cmp row="0" col="0"></test-list-cmp> <!-- This has ListView underneath -->
    <test-cmp row="1" col="0"></test-cmp>
</GridLayout>

Simple sample project which demonstrates this problem:
https://github.com/NathanWalker/layout-bug-demo

Screenshot of problem...
screen shot 2017-01-23 at 10 46 00 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions