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
Inactive views are removed from the DOM, causing their size to drop to 0. This behavior can be problematic for use cases like virtual scrollable content because content must be loaded anew when the view is reactivated.
To Reproduce
Steps to reproduce the behavior:
Open view 1
Open view 2
See that the component in view 1 has the size 0.
Expected behavior
Views should retain size or provide a flag to control this behavior when inactive, particularly for virtual scrollable content.
Environment
SCION Workbench v18.0.0-beta.5
The text was updated successfully, but these errors were encountered:
danielwiehl
changed the title
View Size Drops to 0 When Inactive
Inactive views have no size, problematic for use cases like virtual scrollable content
Sep 2, 2024
Describe the bug
Inactive views are removed from the DOM, causing their size to drop to 0. This behavior can be problematic for use cases like virtual scrollable content because content must be loaded anew when the view is reactivated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Views should retain size or provide a flag to control this behavior when inactive, particularly for virtual scrollable content.
Environment
SCION Workbench v18.0.0-beta.5
The text was updated successfully, but these errors were encountered: