[Webkit-unassigned] [Bug 176914] Async iframes in the scrolling tree should be in the z-index order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 28 13:53:48 PDT 2017


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

--- Comment #12 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Yeah, I started on this and it's tricky. We need to pass a childIndex or previousSibling in when adding scrolling nodes to the scrolling tree, but it's hard to compute those when we're not in the middle of a tree walk.

I considered adding a new z-order RenderLayer tree walk to rebuild the scrolling tree after mutations. Hopefully that's not too common.

-- 
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/20170928/0b940fdb/attachment-0001.html>


More information about the webkit-unassigned mailing list