WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
295434
REGRESSION (
294844@main
): Choppy scrolling on kottke.org
https://bugs.webkit.org/show_bug.cgi?id=295434
Summary
REGRESSION (294844@main): Choppy scrolling on kottke.org
Simon Fraser (smfr)
Reported
2025-07-03 13:22:20 PDT
kottke.org has some repeating gradients with `background-attachment:fixed`, which means they paint on every scroll. The color stop colorspace conversion added in
294844@main
runs on every stop, so we end up doing hundreds of redundant conversions per paint. <
rdar://152254822
>
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2025-07-03 13:26:53 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/47576
EWS
Comment 2
2025-07-04 13:34:36 PDT
Committed
297029@main
(b42f9106d954): <
https://commits.webkit.org/297029@main
> Reviewed commits have been landed. Closing PR #47576 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