Bug 287237

Summary: [scroll-animations] pending `timeline-scope` attachment operations should be processed once style resolution has completed
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/50559

Antoine Quint
Reported 2025-02-07 05:10:43 PST
The `AnimationTimelinesController` code related to `timeline-scope` attachment operations has multiple call sites for its `attachPendingOperations()` method which processes pending operations. However, we need to wait for a document's style resolution to have completed to be able to correctly process those operations, so we should make things both simpler and correct with a single class upon style resolution completion.
Attachments
Antoine Quint
Comment 1 2025-02-07 05:21:55 PST
Antoine Quint
Comment 2 2025-02-07 05:22:59 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/50559
EWS
Comment 3 2025-02-07 15:12:19 PST
Committed 290046@main (c6be1b1070ae): <https://commits.webkit.org/290046@main> Reviewed commits have been landed. Closing PR #40208 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2025-02-07 15:13:15 PST
Note You need to log in before you can comment on or make changes to this bug.