Closed miyconst closed 9 years ago
For sure you can solve it by setting some initial value for height, like height: 1
for tile that should grow dynamically.
I'm not sure what should be desired solution. As in your setup, you make addresses list tile height to be pre-calculated, what in this case resolves to 0
.
So the question is where should we put, and how to layout tile with size 0
. (https://github.com/Juicy/juicy-tile-grid/issues/18).
Currently, I would say, it was put in correct position. After packing all items with higher priority, the first free space to pack 100% x 0
tile is exactly bellow "Addresses". Then as (due to 0 height) it didn't shrink the free space, next tile was packed to the same spot.
@miyconst Can we close it, as it occurred to be a result of tile size 0 been packed, and miscalculation of precalculateHeight
(as it is done before some content is loaded asynchronously)?
Yes.
People application,
/people/persons/add
page.This is how it looks when email/address/phone is added by button:
And this is how it looks when they already exists:
cc @tomalec