Skip to content

WrapLayout crashes when itemWidth value is too high #1232

@N3ll

Description

@N3ll

The following code

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
  <GridLayout>
    <Repeater items="{{ items }}">
      <Repeater.itemsLayout>
        <WrapLayout itemWidth="1000" />
      </Repeater.itemsLayout>
      <Repeater.itemTemplate>
          <Label text="{{ $value }}"/>
      </Repeater.itemTemplate>
    </Repeater>
  </GridLayout>
</Page>

will crash with
screen shot 2015-12-10 at 6 08 03 pm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions