Closed
Bug 1483647
Opened 6 years ago
Closed 6 years ago
perspective-origin places background-image outside of viewport while still being visible
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla64
People
(Reporter: Firelight.thelegit, Assigned: gw)
References
()
Details
Attachments
(1 file)
50.92 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3523.0 Safari/537.36
Steps to reproduce:
On version 63.0a1 (2018-08-15) (64-bit) with “gfx.webrender.all” set to true
https://codepen.io/anon/pen/QBRJQb
Actual results:
background-image is placed outside of viewport, yet is still visible. background-image can overlap the window's titlebar as seen in screenshot.
This is not reproducible with webrender disabled.
Expected results:
Portions of the background-image that are outside the viewport should not be visible.
Updated•6 years ago
|
Blocks: stage-wr-trains
Assignee | ||
Comment 1•6 years ago
|
||
This seems to be fixed by https://github.com/servo/webrender/pull/3030.
Updated•6 years ago
|
Depends on: 1490242
See Also: → https://github.com/servo/webrender/pull/3030
Updated•6 years ago
|
Assignee: nobody → gwatson
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → disabled
status-firefox64:
--- → fixed
OS: Unspecified → All
Hardware: Unspecified → Desktop
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•