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
We are experiencing layout misalignment in the Gridstack component when navigating to the dashboard after an OIDC login in Angular.
OpenID Connect (OIDC) in the Angular application is causing a misalignment in the Gridstack layout (height) on first load and again if I refresh the same page working fine.
##environment
version of gridstack.js - "gridstack": "^10.3.1",
which browser/OS Chrome and windows 11
Steps to reproduce
Log in using OIDC authentication.
After successful login, OIDC redirects to the callback component.
From the callback component, navigate to the dashboard with the Gridstack layout.
Observe that the layout is misaligned (height or positioning issues).
Refresh the page and see that the layout displays correctly.
callback.component.html and callback.component.css is empty
Video.Project.19.mp4
Expected behavior
"layout should display correctly on the first load after OIDC login"
Subject
We are experiencing layout misalignment in the Gridstack component when navigating to the dashboard after an OIDC login in Angular.
OpenID Connect (OIDC) in the Angular application is causing a misalignment in the Gridstack layout (height) on first load and again if I refresh the same page working fine.
##environment
Steps to reproduce
Log in using OIDC authentication.
After successful login, OIDC redirects to the callback component.
From the callback component, navigate to the dashboard with the Gridstack layout.
Observe that the layout is misaligned (height or positioning issues).
Refresh the page and see that the layout displays correctly.
callback.component.html and callback.component.css is empty
Video.Project.19.mp4
Expected behavior
"layout should display correctly on the first load after OIDC login"