WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
<
rdar://142911299
>
Attachments
Patch
(8.06 KB, patch)
2025-01-27 15:38 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(24.01 KB, patch)
2025-01-28 20:10 PST
,
zalan
no flags
Details
Formatted Diff
Diff
[fast-cq]Patch
(24.01 KB, patch)
2025-01-29 07:35 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2025-01-27 15:38:13 PST
Created
attachment 474026
[details]
Patch
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
Created
attachment 474056
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug