RESOLVED FIXED 222851
[RenderTreeBuilder] Readjust the first child when it is the multicolumn container
https://bugs.webkit.org/show_bug.cgi?id=222851
Summary [RenderTreeBuilder] Readjust the first child when it is the multicolumn conta...
alan
Reported 2021-03-05 20:05:52 PST
Attachments
Patch (4.74 KB, patch)
2021-03-05 20:11 PST, alan
no flags
Patch (4.70 KB, patch)
2021-03-05 20:19 PST, alan
no flags
alan
Comment 1 2021-03-05 20:11:38 PST
Simon Fraser (smfr)
Comment 2 2021-03-05 20:13:43 PST
Comment on attachment 422467 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=422467&action=review > Source/WebCore/rendering/updating/RenderTreeBuilderBlockFlow.cpp:53 > + beforeChild = beforeChild == multicolumnFlow ? multicolumnFlow->firstChild() : beforeChild; A little hard to read. also a space at the end.
alan
Comment 3 2021-03-05 20:19:48 PST
EWS
Comment 4 2021-03-06 04:59:10 PST
Committed r274035: <https://commits.webkit.org/r274035> All reviewed patches have been landed. Closing bug and clearing flags on attachment 422469 [details].
Note You need to log in before you can comment on or make changes to this bug.