Open
Bug 1961378
Opened 6 months ago
Updated 4 months ago
backdrop-filter gets ignored if it would fall back to a blob image (such like with some SVG url filters).
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
NEW
People
(Reporter: chriskirknielsen, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:137.0) Gecko/20100101 Firefox/137.0
Steps to reproduce:
- Created a page with a popover trigger via a button
- Set the
::backdrop
styles to have abackdrop-filter
, based on an SVG filter passed viaurl("data:text/xml+svg,...#filter")
- Click the button to open the popover and reveal the backdrop
- Applying the exact same value to a regular
filter
property works, as demonstrated in the popover content (an emoji has the effect applied)
Demo: https://codepen.io/chriskirknielsen/pen/PwwwvMX
Notes: this works in Chrome, and using a non-URL-based filter such as blur(10px)
works as expected.
Actual results:
The backdrop-filter is not applied for SVG filter URLs
Expected results:
The backdrop-filter should apply for SVG filter URLs
Comment 1•6 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: WebRender' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Graphics: WebRender
Product: Firefox → Core
Updated•6 months ago
|
Blocks: wr-backdrop-filter-correctness
Comment 2•5 months ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(gwatson)
Updated•5 months ago
|
Severity: -- → S3
Flags: needinfo?(gwatson)
Updated•4 months ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: backdrop-filter not applied with SVG URL → backdrop-filter gets ignored if it would fall back to a blob image (such like with some SVG url filters).
You need to log in
before you can comment on or make changes to this bug.
Description
•