Open brody192 opened 1 year ago
This bug also occurs when WindowIsTranslucent
is set to true.
looks like this bug also exists in electron when the body (or element behind it) has no background(color) (in combination with transparency / translucent). https://github.com/electron/electron/issues/19765
Any updates on this? I also have this issue, the blur has worked, but when i dragging the window, blur could not working for few frames.
I would like to tell you guys, after add the css style below, the blur effect seems working properly.
* {
will-change: auto;
}
I would like to tell you guys, after add the css style below, the blur effect seems working properly.
* { will-change: auto; }
Unfortunately, that doesn't seem to change anything after adding that to the demo code
Any update, I'm using electron 25 and it still doesn't work.
any update rn?
Has anyone tried this? https://github.com/electron/electron/issues/19765#issuecomment-659552812
Opened an upstream bug report.
This is now with the Webview2 team. They are tracking it internally.
Description
The underlying text is visible through an element with the backdrop-filter blur rule applied. there is a blur but the text shouldn't show through too. this is only an issue with WebviewIsTransparent being set to true.
Image of issue
To Reproduce
demo.zip
reproducible code
Expected behaviour
what the blur filter should look like
now the backdrop-filter works but the background is a solid color but the mica theme doesn't show through
Screenshots
No response
Attempted Fixes
I have tried other types of blur filters but none of them work and wouldn't archive what I wanted anyway
System Details
Additional context
No response