Closed
Bug 1505222
Opened 6 years ago
Closed 6 years ago
One of the slides on http://idangero.us/swiper/ is all over the place. (perspective/preserve-3d)
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
()
Details
Attachments
(6 files, 2 obsolete files)
See screenshot.
Seems like a nested gallery, and there's all sorts of crazy transforms in that page, so likely to be 3d transform related...
Works fine on non-WR.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Blocks: stage-wr-trains
Priority: -- → P3
Updated•6 years ago
|
Summary: One of the slides on http://idangero.us/swiper/ is all over the place. → One of the slides on http://idangero.us/swiper/ is all over the place. (3d-transforms)
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
Looks like a perspective/preserve-3d interaction
Attachment #9034871 -
Attachment is obsolete: true
Comment 6•6 years ago
|
||
Kvark says that emilio looked at perspective/preserve-3d most recently so assigning to him.
Assignee: nobody → emilio
Summary: One of the slides on http://idangero.us/swiper/ is all over the place. (3d-transforms) → One of the slides on http://idangero.us/swiper/ is all over the place. (perspective/preserve-3d)
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9035059 -
Attachment mime type: text/plain → text/html
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
Assignee | ||
Comment 8•6 years ago
|
||
The nested perspective is not needed, you just need to break the preserve-3d hierarchy.
Assignee | ||
Updated•6 years ago
|
Attachment #9036433 -
Attachment mime type: text/plain → text/html
Assignee | ||
Comment 9•6 years ago
|
||
This fixes the bug because it makes the assumption that is made in:
https://searchfox.org/mozilla-central/rev/bee8cf15c901b9f4b0c074c9977da4bbebc506e3/gfx/wr/webrender/src/display_list_flattener.rs#1274
hold. There's still a bunch of broken stuff in this regard, bugs incoming, but
it's probably worth landing this separately.
Updated•6 years ago
|
Attachment #9037100 -
Attachment description: Bug 1505222 - Pass WR the preserve-3d-ness of the transformed frame instead of the perspective frame for perspective display items. → Bug 1505222 - Pass TransformStyle::Preserve3d to WebRender more often for perspective display items.
Comment 10•6 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/2195f346d368
Pass TransformStyle::Preserve3d to WebRender more often for perspective display items. r=mattwoodrow
Comment 11•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/14992 for changes under testing/web-platform/tests
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•