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

Gridster inside another div constrained by height #535

Open bgandham opened 9 years ago

bgandham commented 9 years ago

Hi,

If gridster is placed inside another div with a constrained height and width - you cannot move/resize a widget outside that constrained height/width.

Gridster scrolls only if Gridster width/height equals to page/window. If gridster part has it's own scroll it doesn't scroll while your are dragging or resizing it stops at the boundries of it restricted height.

Take a look at the example http://jsfiddle.net/bgandham/0ky0u01h/. i want to move something below the visible area and I can't move it - same with the resizing.

any ideas?

thanks bgandham

renebrain commented 8 years ago

checkout issue #464 , a user added the functionality to add the scrolling container. with that you shouldn't have any issues