-
-
Notifications
You must be signed in to change notification settings - Fork 571
DOM nodes are re-rendered on resize #759
Copy link
Copy link
Closed
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master
Milestone
Description
Issue summary
DOM nodes are reinserted on resizing which causes iframes to reload.
Expected behavior
I expect the iframe added to DOM to not reset
Actual behavior
Iframe is reload
Steps to reproduce
- Open image/iframe echo demo
- Type
iframe - Type something into the embedded terminal
- Resize the page
Additional Notes
It would be nice if the echo jQuery object work like canvas animation in the rederHandler demo that is rendered only once, and the state is preserved
TODO:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master