Closed (fixed)
Project:
Experience Builder
Version:
1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2025 at 08:08 UTC
Updated:
1 Sep 2025 at 08:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vasantha deepika commentedLet me check this issue.
Comment #4
vasantha deepika commentedFixed the content breaking issue on the canvas in Firefox.
Created a merge request with the fix and attached screenshots for reference.
Before Fix:

After Fix:

Comment #7
jessebaker commentedComment #10
bnjmnmLooks good, merged!
Comment #11
mayur-sose commented@jessebaker @bnjmnm I have tested the changes on the 1.x branch and am still able to reproduce this issue. Please see the attached video for reference.
Comment #12
jessebaker commentedThe issue found by @mayur-sose is slightly different from the one fixed in the original MR but actually probably more of an actual problem.
The initial MR fixed the canvas not increasing in size to accommodate the iframe on page load.
The second issue found is that, once the canvas is scaled (e.g zoomed to 80%), it does not increase in height/width to accommodate the iframe when the iframe changes size. It only recalculates when the scale is changed.
Adding a resize observer should capture this scenario.
Comment #14
jessebaker commentedMR !1437 has a fix for the issue found in #11.
It's also worth mentioning that the issue found in #11 is not only happening in Firefox.
Steps to reproduce this:
Comment #16
bnjmnmI could only reproduce #14 in Firefox though it mentioned it occurred in all browsers. The MR does fix it, and the approach makes sense, so this is going in.
Comment #17
mayur-sose commentedVerified changes and those are working as expected :