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
Describe the bug
When popping out a panel that has an iframe, the popped out window doesn't render the iframe. It also sometimes seems to leave behind a phantom div that has the contents of the iframe. The behavior seems a bit non-deterministic -- sometimes it seems to work.
To Reproduce Sandbox here. This sandbox makes the following changes: a) Adds a new component called "framed" which simply renders an iframe, and b) Updates panel_1 with component: "framed" and renderer: "always".
Thanks for the report - this will fix be fixed as a part of the changes in #469.
The always rendering mode currently doesn not work correctly in the Popouts due to the fact that the always rendering mode relies on additional code and behaviours that are not correctly configured when the Popout is created.
Describe the bug
When popping out a panel that has an
iframe
, the popped out window doesn't render theiframe
. It also sometimes seems to leave behind a phantomdiv
that has the contents of theiframe
. The behavior seems a bit non-deterministic -- sometimes it seems to work.To Reproduce
Sandbox here. This sandbox makes the following changes: a) Adds a new component called "framed" which simply renders an
iframe
, and b) Updatespanel_1
withcomponent: "framed"
andrenderer: "always"
.Steps to reproduce the behavior:
iframe
correctlyExpected behavior
Ideally, the
iframe
works as expected. Given that this is aniframe
, I reckon it might be tricky.Screenshots
Desktop (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: