[Webkit-unassigned] [Bug 180524] HTML-page with <object type="image/svg+xml" data="foo.svg"> often is blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 9 11:42:36 PST 2017


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

--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
We don't fire the resize event because that's driven by m_lastViewportSize in FrameView, and we don't even do a layout in the JS that runs from the load event; we do the first layout later, and stash the current view size in m_lastViewportSize on that later layout.

I think the correct fix here is to have innerWidth/innerHeight force layout for frames.

-- 
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/20171209/79bb8639/attachment-0001.html>


More information about the webkit-unassigned mailing list