ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

Grid not extending properly when adding new widgets #580

Open Bajena opened 8 years ago

Bajena commented 8 years ago

In my project I have a feed-like grid that:

The grid is not extending vertically after performing following steps:

  1. Add enough widgets to fill the grid vertically
  2. Save the grid
  3. Refresh the page - gridster reloads the grid with previously saved config
  4. Try adding a new widget - it's added, but the grid does not extend properly, so the new widget can't be manipulated.

It's important to note that this issue does not occur when adding widgets to a "fresh" grid.

Drag: image

Drop: image

Full height reached, dropping new widget: image

Grid not extended: image

It shows up when dragging a higher widget: image