[Webkit-unassigned] [Bug 214862] Height of an element using height: -webkit-fill-available; is wrong after phone rotation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 21:19:56 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214862

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
It's stale on rotation because WebPage::dynamicViewportSizeUpdate() does two layouts; the first uses the old visibleRect() (which comes out of ScrollView::m_delegatedScrollingGeometry->unobscuredContentSize), then we update unobscuredContentSize and do another layout, but we don't seem to have dirtied the -webkit-fill-available for layout.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200728/904be6a3/attachment-0001.htm>


More information about the webkit-unassigned mailing list