dsmorse / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns

Home Page:http://dsmorse.github.io/gridster.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static elements get pushed away by another element being resized

alexnb opened this issue · comments

  • create two elements
  • set one to be static: e.addClass("static");
  • resize the second (non-static) element so that it overlaps the static element -> the static element gets pushed away, which it should not.

This does not happen if the second (non-static) element is moved instead of resized.

Would it be possible to extend the meaning of static so that is vorbids any size change?