RESOLVED FIXED 286593
Emoji is cut off when typing on the same line as text
https://bugs.webkit.org/show_bug.cgi?id=286593
Summary Emoji is cut off when typing on the same line as text
zalan
Reported 2025-01-27 14:42:06 PST
Attachments
Patch (8.06 KB, patch)
2025-01-27 15:38 PST, zalan
no flags
Patch (24.01 KB, patch)
2025-01-28 20:10 PST, zalan
no flags
[fast-cq]Patch (24.01 KB, patch)
2025-01-29 07:35 PST, zalan
no flags
zalan
Comment 1 2025-01-27 15:38:13 PST
Antti Koivisto
Comment 2 2025-01-28 05:43:26 PST
Comment on attachment 474026 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=474026&action=review > Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:233 > + if (style.fontCascade().codePath(TextRun { textContent }) != FontCascade::CodePath::Complex) { We have already computed and cached the path for InlineTextBox. Callers have InlineTextBox so we could pass the path and avoid recomputing it.
zalan
Comment 3 2025-01-28 20:10:57 PST
zalan
Comment 4 2025-01-29 07:35:19 PST
Created attachment 474058 [details] [fast-cq]Patch
EWS
Comment 5 2025-01-31 09:56:49 PST
Committed 289610@main (d6580489bce9): <https://commits.webkit.org/289610@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 474058 [details].
Note You need to log in before you can comment on or make changes to this bug.