backdrop-filter fails to render properly when parent has transform/opacity/clip-path/mask-image etc
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: kimatg, Assigned: gw)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
3.94 MB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
Now that Firefox 103 shipped backdrop-filter to public without a flag... I'm noticing cases where backdrop-filter fails to render properly under specific circumstances.
I made a test case where you can combine different properties with backdrop-filter to see if it works out as it should. (It was initially for Chrome—Chrome has its own set of problems related to backdrop-filter)
Test case: https://codepen.io/zvuc/pen/KKXWGbe?editors=1100
Actual results:
Firefox seems to have trouble rendering backdrop-filter on child element when parent has either transform/opacity/clip-path/mask-image, observing from the test case.
Interestingly, when parent has backdrop-filter too, the issue is gone.
Expected results:
The backdrop-filter should render correctly.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
In case it is useful, I created a CodePen demo that helped me demonstrate this issue:
https://codepen.io/beefchimi/pen/vYjmQKO
Also, I elaborate a bit more on it in this StackOverflow issue:
https://stackoverflow.com/questions/73776282/using-backdrop-filter-blur-against-an-element-without-a-background
Updated•2 years ago
|
Assignee | ||
Updated•8 months ago
|
Description
•