WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
284139
Callers of RenderStyle::setFontDescription() should not have to manually call fontCascade().update()
https://bugs.webkit.org/show_bug.cgi?id=284139
Summary
Callers of RenderStyle::setFontDescription() should not have to manually call...
Simon Fraser (smfr)
Reported
2024-12-05 18:20:38 PST
`RenderStyle::setFontDescription()` is written in a way that requires callers to subsequently call `fontCascade().update()`, because `setFontDescription` computes a new FontCascade that is lacking a FontCascadeFonts. A call to update() is needed to compute the fonts.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-05 18:20:58 PST
<
rdar://problem/141019117
>
Simon Fraser (smfr)
Comment 2
2024-12-05 18:24:01 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37523
EWS
Comment 3
2024-12-06 15:51:56 PST
Committed
287465@main
(68c05597505a): <
https://commits.webkit.org/287465@main
> Reviewed commits have been landed. Closing PR #37523 and removing active labels.
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