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.03k stars 1.2k forks source link

resize_widget - height / width of widget not updated #184

Closed Rdot closed 10 years ago

Rdot commented 11 years ago

Hi -

When the resize_widget method is called, the height / width of the widget does not change to reflect to new height / width.

brandinchiu commented 11 years ago

I've found this too, I have to call resize_widget then manually set the attribute size to compensate. Very frustrating.

MartinWeise commented 11 years ago

Is there no way to update the grid like gridster.refresh() ? @brandinchiu: Same here :-1:

pipanchik commented 11 years ago

Has anyone found an elegant solution?

vieron commented 10 years ago

Fixed in 195295be