WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
284877
REGRESSION(
287835@main
): [CoordinatedGraphics] Scrolling by clicking on any scrollbar position is broken
https://bugs.webkit.org/show_bug.cgi?id=284877
Summary
REGRESSION(287835@main): [CoordinatedGraphics] Scrolling by clicking on any s...
Carlos Garcia Campos
Reported
2024-12-18 05:21:28 PST
This broke in
287835@main
because the CoordinatedPlatformLayer is not updated when GraphicsLayerCoordinated::syncPosition is called. This is the expected behavior, the position will be set on CoordinatedPlatformLayer later when scrolling layers are positioned. The problem is that GraphicsLayerCoordinated is using the CoordinatedPlatformLayer properties to compute the layer transform, and now it's using the previous position, causing a wrong transformed visible rect to be set in the CoordinatedPlatformLayer. We should use the GraphicsLayer properties when computing the transforms.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2024-12-18 05:27:18 PST
Pull request:
https://github.com/WebKit/WebKit/pull/38132
EWS
Comment 2
2024-12-19 01:05:22 PST
Committed
288079@main
(9ebe9d89eaef): <
https://commits.webkit.org/288079@main
> Reviewed commits have been landed. Closing PR #38132 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-12-19 01:06:13 PST
<
rdar://problem/141739654
>
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