Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when building from serialzed grid layout #359

Closed
FamiComplex opened this issue Apr 25, 2014 · 1 comment
Closed

Issue when building from serialzed grid layout #359

FamiComplex opened this issue Apr 25, 2014 · 1 comment

Comments

@FamiComplex
Copy link

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!

@vieron
Copy link
Member

vieron commented Jun 16, 2014

Thanks! Fixed in #342 and will be merged soon

@vieron vieron closed this as completed Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants