Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue when building from serialzed grid layout #359

Closed
@FamiComplex

Description

@FamiComplex

In my testing, I found a small issue - when building a grid from existing serialized widgets, once the grid reaches a certain height element jump to the top of the page.

The issue is in the add_widget function, specifically, line 250, "this.add_faux_rows(pos.size_y);". pos has no "size_y" parameter when column and row values exist.

Changing this line to "this.add_faux_rows(size_y)" or readding those parameters to pos fixes the issue. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions