Bug 240876
| Summary: | Page oscillates between two different layouts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jon Lee <jonlee554> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, gsnedders, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jon Lee
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93841257>
alan
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
<rdar://problem/93841626>
Sam Sneddon [:gsnedders]
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?