RESOLVED FIXED 234671
[LFC][IFC] ContinuousContent should tell InlineContentBreaker if the candidate content is hanging
https://bugs.webkit.org/show_bug.cgi?id=234671
Summary [LFC][IFC] ContinuousContent should tell InlineContentBreaker if the candidat...
alan
Reported 2021-12-24 13:57:33 PST
ssia
Attachments
Patch (6.76 KB, patch)
2021-12-24 16:15 PST, alan
no flags
Patch (6.61 KB, patch)
2021-12-26 06:34 PST, alan
no flags
alan
Comment 1 2021-12-24 16:15:55 PST
Antti Koivisto
Comment 2 2021-12-25 01:34:55 PST
Comment on attachment 447952 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447952&action=review > Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:207 > + auto hangingContentWidth = [&]() -> std::optional<InlineLayoutUnit> { > + return isWhitespace && style.whiteSpace() == WhiteSpace::PreWrap ? std::make_optional(logicalWidth) : std::nullopt; > + }; maybe not to most necessary lambda
alan
Comment 3 2021-12-26 06:34:39 PST
EWS
Comment 4 2021-12-26 07:03:42 PST
Committed r287443 (245578@main): <https://commits.webkit.org/245578@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447972 [details].
Radar WebKit Bug Importer
Comment 5 2021-12-26 07:04:18 PST
Note You need to log in before you can comment on or make changes to this bug.