-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Hi, I pulled out the latest commit from github(#786) and build a grid with 6 widgets. Following scenario shows the expected behaviour.
100%
[1,2,3]
[4,5,6]
50%
[1,2]
[4,5]
[3,6]
one column mode
[1]
[2]
[3]
[4]
[5]
[6]
But when resizing, widget order, Number of rows and positions are all wrong like following.
100%
[1,2,3]
[4,5,6]
50%
[0,2]
[3.5]
[ ,1]
[ ,4]
one column mode
[0]
[2]
[3]
[5]
[1]
[4]
Also, while maximize, the item sizes are wrong and are not arranging the same order.
Can we expect this behaviour from your version 1.0 release.



