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

Widget are floating on top of another widgets when we change the machine scaling and zoom Out browser

Rajesh446 opened this issue · comments

Hi Team,
I'm facing an issue while adding an widget to the gridster, coordinate values what we are passing to add_widget method is getting replaced with the other value, this is happening because can_go_widget_up is returning an value even we have a widget on top (it should give only when there is space for the widget to fit in).
Here in below screenshots, the widget-5 is floating on widget-1, when we change the machine scaling beyond the recommended from display settings and zoom Out the browser

Image with Floating when system is scaled beyond recommended and browser zoom out to 67%
Image with floating

Image Without Folting and without any scaling and browser zoom
Image without floating

Note: This is happening when we zoom change the machine scale value from display setting, and zoom out the browser