Bug 273612
| Summary: | [view-transitions] Prevent async scrolling while a view transition is active | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, graouts, ntim, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 270672 | ||
| Bug Blocks: | |||
Matt Woodrow
Follow-on from bug 270672.
Rendering suppression should prevent all types of rendering updates from the suppressed frame (and subframes, but not ancestors).
We should make sure we don't do any asynchronous scrolling rendering updates during this time.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127797661>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/29520