[Webkit-unassigned] [Bug 117436] Correctly calculate auto margins for column flows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 29 13:52:19 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=117436
--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
This is already added in RenderBox.cpp:
https://github.com/WebKit/WebKit/blob/4385a00da760f9db033925547caa238d3a9f0885/Source/WebCore/rendering/RenderBox.cpp#L3065
RenderFlexibleBox.cpp - Added this already
https://github.com/WebKit/WebKit/blob/4ccdb2ac7f7c989dd9d92ec1c42dccc44ef21b6a/Source/WebCore/rendering/RenderFlexibleBox.cpp#L1288
https://github.com/WebKit/WebKit/blob/4ccdb2ac7f7c989dd9d92ec1c42dccc44ef21b6a/Source/WebCore/rendering/RenderFlexibleBox.cpp#L1302
https://github.com/WebKit/WebKit/blob/4ccdb2ac7f7c989dd9d92ec1c42dccc44ef21b6a/Source/WebCore/rendering/RenderFlexibleBox.cpp#L1315
I think this was added but now we still have different behavior as mentioned in my previous comment. :-?
--
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/20220829/548abaac/attachment.htm>
More information about the webkit-unassigned
mailing list