You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ugrading from 11.3.0 to 11.4.0 we are no longer able to drag/resize gridstack widgets. This appears to be a regression introduced in this fix #2939
The resize handle appears for an instant, then disappears. Dragging and resizing does not work.
When lazyLoad is disabled setStatic works as expected.
Expected behavior
setStatic should work correctly when lazyLoad is enabled.
The text was updated successfully, but these errors were encountered:
norgepaul
changed the title
Possible regression in #2939 - setStatic(true) no longer works with lazyLoad = true
Possible regression in #2939 - setStatic(false) no longer works with lazyLoad = true
Mar 19, 2025
Subject of the issue
After ugrading from 11.3.0 to 11.4.0 we are no longer able to drag/resize gridstack widgets. This appears to be a regression introduced in this fix #2939
Your environment
Steps to reproduce
Start with the following options.
Call
setStatic(false)
to enable editing.The resize handle appears for an instant, then disappears. Dragging and resizing does not work.
When
lazyLoad
is disabledsetStatic
works as expected.Expected behavior
setStatic
should work correctly whenlazyLoad
is enabled.The text was updated successfully, but these errors were encountered: