Skip to content

Glitchiness when large number of items in masonry grid #139

@hyfen

Description

@hyfen

I've been playing around with the masonry grid components in this repo and as as soon as I have a few hundred items, new items don't get positioned properly anymore.

All further items (loaded with ember-infinity) get piled up in the bottom left corner:
image

I think it's related to this rendering engine issue: Chrome seems to cap css grid rows to 1000 for performance reasons which impacts masonry layouts that use this trick. There doesn't seem to be a good workaround for big lists that still uses this css grid technique that I've come across. ☹️

(I came here via your EmberConf talk. Enjoyed it!)

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