electron/electron

[Bug]: Transparency issue

VibingCreator opened this issue · 2 comments

Preflight Checklist

Electron Version

30.0.3

What operating system are you using?

Windows

Operating System Version

Windows 10 Pro 22H2

What arch are you using?

x64

Expected Behavior

This is the case of transparency working like it should. The electron app is set to be always on top, frameless and transparent. Anything below the window seems to be responsive.

https://streamable.com/g5wqlu?src=player-page-share

Actual Behavior

This is the case where it's giving me a headache. The transparency is literally stuck on last rendered frame before running the Electron app. The problem appears whenever the Electron app is focused. Anything below is stopped being responsive.

https://streamable.com/yuujww?src=player-page-share

Testcase Gist URL

No response

Additional Information

Problem seems to be on Windows platform specifically. My man tested this out on MacOs platform and the problem isn't there.

Hello @VibingCreator. Thanks for reporting this and helping to make Electron better!

Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.

Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.

Now adding the blocked/need-repro Needs a test case to reproduce the bug label for this reason. After you make a test case, please link to it in a followup comment. This issue will be closed in 10 days if the above is not addressed.

Unfortunately, without a way to reproduce this issue, we're unable to continue investigation. This issue has been closed and will not be monitored further. If you're able to provide a minimal test case that reproduces this issue on a supported version of Electron please open a new issue and include instructions for reproducing the issue.