Skip to content

iron list ist destroying layout #516

@jogibear9988

Description

@jogibear9988

Description

If I scroll down in my iron list, all items are at one place

Issue

Iron List uses every time the first item to calculate the items size, see:

this._rowHeight = this._physicalCount > 0 ? this._physicalItems[0].offsetHeight : 200;

problem is, if the first item in this list is invisible, the offsetWidth and Height are "0"

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions