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: | Animations | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/40208
Antoine Quint
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/50559
EWS
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
<rdar://problem/144414427>