Encountered Issue
An observation I made regarding the functionality of angular-gridster
is that it ceases to work properly when the browser window is minimized to a point where there is limited space around the gridster tiles. However, upon maximizing the window, the elements become draggable and resizable again.
Attempted Solutions
I attempted to address this issue by adjusting the $scope.gridsterOpts
object in the pertinent controller, making sure that pushing, floating, swapping
are all set to true
. Unfortunately, this adjustment did not resolve the problem.
Observation in Fiddle
In an additional note, a similar behavior was noticed in this fiddle - where the "result" window size needed to be substantial for the demo to function correctly.
I have refrained from sharing my project code as I believe this issue is prevalent across various angular-gridster demos.
If anyone has experienced a similar challenge, I appreciate any insights or solutions shared. Thank you.
Working Screenshot Showcase
https://i.sstatic.net/rJG0X.jpg https://i.sstatic.net/rJG0X.jpg
Non-functional Screenshot Reference
https://i.sstatic.net/QY22o.jpg https://i.sstatic.net/QY22o.jpg