[Webkit-unassigned] [Bug 237369] [content-visibility] Support forced layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 09:50:51 PDT 2022


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

cathiechen <cathiechen at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cathiechen at igalia.com

--- Comment #6 from cathiechen <cathiechen at igalia.com> ---
Comment on attachment 459542
  --> https://bugs.webkit.org/attachment.cgi?id=459542
Remove ChangeLogs

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

I wonder why Element::offsetTop doesn't need Document::ForceLayout::Yes?

> Source/WebCore/dom/Element.cpp:1283
> +    document().updateLayoutIgnorePendingStylesheets(Document::ForceLayout::Yes);

I wonder why Element::offsetLeft doesn't need Document::ForceLayout::Yes?

> Source/WebCore/dom/Element.cpp:1443
> +    document().updateLayoutIgnorePendingStylesheets(Document::ForceLayout::Yes);

And Element::scrollLeft?

-- 
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/20220526/d26bb732/attachment-0001.htm>


More information about the webkit-unassigned mailing list