Skip to content

Grid is not responsive when resizing #807

@vishakaw1

Description

@vishakaw1

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.

responsive-gridstack-desktop-view

responsive-gridstack-ipadview

responsive-gridstack-iphoneview

maximizing-back-to-desktop-view
responsive-gridstack.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions