RESOLVED FIXED 261030
[IFC][line-clamp] Add support for "more info" type of trailing link handling
https://bugs.webkit.org/show_bug.cgi?id=261030
Summary [IFC][line-clamp] Add support for "more info" type of trailing link handling
zalan
Reported 2023-09-01 06:06:15 PDT
ssia
Attachments
Patch (18.96 KB, patch)
2023-09-01 06:07 PDT, zalan
no flags
Patch (27.45 KB, patch)
2023-09-01 13:41 PDT, zalan
no flags
Patch (31.00 KB, patch)
2023-09-01 15:39 PDT, zalan
no flags
Patch (33.96 KB, patch)
2023-09-01 17:22 PDT, zalan
no flags
Patch (34.14 KB, patch)
2023-09-02 12:16 PDT, zalan
ews-feeder: commit-queue-
zalan
Comment 1 2023-09-01 06:07:47 PDT
zalan
Comment 2 2023-09-01 13:41:02 PDT
zalan
Comment 3 2023-09-01 15:39:00 PDT
zalan
Comment 4 2023-09-01 17:22:21 PDT
Antti Koivisto
Comment 5 2023-09-02 08:13:09 PDT
Comment on attachment 467521 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467521&action=review > Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.cpp:414 > + // This is link-box type of line clamping where we check if the inline content ends in a link > + // and move such link content next to the clamped line's trailing ellispsis. > + // > + // first line > + // second line is clamped... more info > + // > + // where "more info" is a link and it comes from the end of the inline content (normally invisible due to block direction clamping) > + // This is only to match legacy line clamping behavior (and not a block-ellispsis: <string> implementation) > + // It supports horizontal, left-to-right content only where the link inline box has (non-split) text content and when > + // the link content ('more info') fits the clamped line. It would be nice to give some background about what this is for and why this is still needed (and also that it is triggered by -webkit-line-clamp).
zalan
Comment 6 2023-09-02 12:16:19 PDT
EWS
Comment 7 2023-09-02 13:42:38 PDT
Committed 267588@main (bf48ac60d4bb): <https://commits.webkit.org/267588@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467527 [details].
Radar WebKit Bug Importer
Comment 8 2023-09-02 13:43:16 PDT
Note You need to log in before you can comment on or make changes to this bug.