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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 09:57:33 PDT 2022


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

--- Comment #7 from Rob Buis <rbuis 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

>> Source/WebCore/dom/Element.cpp:1283
>> +    document().updateLayoutIgnorePendingStylesheets(Document::ForceLayout::Yes);
> 
> I wonder why Element::offsetLeft doesn't need Document::ForceLayout::Yes?

It probably needs it as well, checking chromium. I just did the minimum amount to pass the tests.

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

Dito.

-- 
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/14ffa180/attachment.htm>


More information about the webkit-unassigned mailing list