-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Description
Bug description
Previously, custom widgets in the self hosted portal were able to be dynamically sized. With upgrades over the past few years after widgets were sandboxed into an iframe, dynamic sizing does not work anymore.
This reduces the flexibility of custom widgets since the developer may not know the exact height of content at runtime. When this happens now, the widget keeps its constant height and has scrollbars for the overflow content. But that does not give a good UI experience.
Is this a bug or was dynamic sizing meant to be taken away?
Reproduction steps
- Create a custom widget, but keep the height at the default 500px for custom widgets.
- Add content to the widget that has a height greater than 500px.
- View the widget on the portal. It now had a vertical scroll bar
Expected behavior
An option to dynamically size the widget based off it's contents like was available initially with custom widgets
Is self-hosted portal?
Yes
Metadata
Metadata
Assignees
Labels
No labels