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

Dragging always constrained to the width of the container #400

Open IvanNikolchov opened 10 years ago

IvanNikolchov commented 10 years ago

Hello! In this fiddle http://jsfiddle.net/Lvu84/ you can see that dragging is always limited to the width of the container although the limit option is set to false.

On line 948 in gridster,js "limit" is always overridden. Maybe it should be removed.