Bug 284552
| Summary: | [scroll-animations] view timelines should account for the source's writing mode when computing the current time | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=284372 | ||
Antoine Quint
We made scroll timelines account for the source's writing mode when computing their current time in bug 284372. We need to do the same for view timelines.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141358608>
Antoine Quint
That happened at some point given the use of `ScrollTimeline::resolvedScrollDirection()` in `ViewTimeline.cpp`. I am too lazy to look for the commit where that happened though.