NEW 240876
Page oscillates between two different layouts
https://bugs.webkit.org/show_bug.cgi?id=240876
Summary Page oscillates between two different layouts
Jon Lee
Reported 2022-05-24 09:50:50 PDT
On 21F79, both in stock Safari and the latest STP, https://nbss.edu/continuing-education/ Make the viewport width wide. The calendar in the lower part of the page oscillates between two layouts. Does not happen in Chrome.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-24 10:08:37 PDT
alan
Comment 2 2022-05-24 10:12:43 PDT
iframe resizing from JS: case "resize": return e("Got message 'resize', resizing iFrame height to " + o[2] + "px."), this.container.children[0].style.height = o[2] + "px", t();
Radar WebKit Bug Importer
Comment 3 2022-05-24 10:12:53 PDT
Sam Sneddon [:gsnedders]
Comment 4 2022-05-24 10:28:13 PDT
It seems to be resizing the iframe to `$('body').outerHeight(true) + 48` within the iframe; not sure where 48 comes from, maybe related to default scrollbar size?
Note You need to log in before you can comment on or make changes to this bug.