Bug 270058
Summary: | View transition layers are positioned wrong if a clipping layer is present. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, ntim, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 259055 |
Matt Woodrow
Positioning for a view-transition 'new' layer currently sets the origin of the primary graphics rect to 0,0, but this doesn't move any clipping layers positioned in updateClippingStackLayerGeometry.
We can instead adjust the position of the 'parent graphics layer rect' (since all local layer positions are computed relative to that) to a value that results in 0,0 being computed for the primary rect.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123607249>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/25079
EWS
Committed 275307@main (c76f59cd157b): <https://commits.webkit.org/275307@main>
Reviewed commits have been landed. Closing PR #25079 and removing active labels.