[Webkit-unassigned] [Bug 189513] Wrong static position for out-of-flow positioned element with different writing-mode than its containing block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 05:11:23 PDT 2021


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

--- Comment #3 from Sergio Villar Senin <svillar at igalia.com> ---
Comment on attachment 427332
  --> https://bugs.webkit.org/attachment.cgi?id=427332
Patch

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

> Source/WebCore/rendering/RenderBox.cpp:3997
> +            staticLogicalTop += child->isHorizontalWritingMode() ? staticLogicalTop : renderBox.logicalLeft();

Shouldn't it be "? renderBox.logicalTop() : renderBox.logicalLeft()" ?

-- 
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/20210429/1a98e1f7/attachment.htm>


More information about the webkit-unassigned mailing list