[webkit-reviews] review granted: [Bug 221976] RenderElement::containingBlockForAbsolutePosition may call RenderObject::containingBlock recursively : [Attachment 420500] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 11:15:31 PST 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted zalan
<zalan at apple.com>'s request for review:
Bug 221976: RenderElement::containingBlockForAbsolutePosition may call
RenderObject::containingBlock recursively
https://bugs.webkit.org/show_bug.cgi?id=221976

Attachment 420500: Patch

https://bugs.webkit.org/attachment.cgi?id=420500&action=review




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 420500
  --> https://bugs.webkit.org/attachment.cgi?id=420500
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=420500&action=review

> Source/WebCore/ChangeLog:9
> +	   When a RenderInline (incorrectly) happens to be absolute positioned,
containingBlockForAbsolutePosition() calls containingBlock()

Do we know why this happens? Should we assert when it does?


More information about the webkit-reviews mailing list