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

Gridster widget swapping positions though in browser zoom changes

muralikrrish279 opened this issue · comments

Our application scenario more similar to this demo
http://dsmorse.github.io/gridster.js/demos/resize-limits.html

If you change the browser zoom/resolution and reload the page, widgets are getting randomly placed though there col,row,x,y positions are hard-coded in the markup.

if you have a fix I'd gladly accept a PR