-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Open
Copy link
Labels
36-x-y38-x-ybug 🪲bug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethingcomponent/BrowserWindowhas-repro-gistIssue can be reproduced with code at https://gist.github.com/Issue can be reproduced with code at https://gist.github.com/platform/windowsstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
36.3.2
What operating system(s) are you using?
Windows
Operating System Version
Windows 10 Pro 19045
What arch are you using?
x64
Last Known Working Electron version
36.3.1
Does the issue also appear in Chromium / Google Chrome?
No
Expected Behavior
Browser Window with setContentProtection(true)
on Windows 10 version 2004 and up the window should be removed from capture entirely, older Windows versions behave as if WDA_MONITOR
is applied capturing a black window.
Actual Behavior
- Browser Window with
setContentProtection(true)
is captured on some of Windows OSs like buildWin10 19045, Win11 22000
while it's ok onWin11 22631, Win11 26100, Win 11 22621
. - it seems that it's a side effect for fix: titlebar showing in content protected window as the issue is started present from
v36.3.2
and above
Testcase Gist URL
https://gist.github.com/b84b2237e562292814255903feece9db
Additional Information
No response
Metadata
Metadata
Assignees
Labels
36-x-y38-x-ybug 🪲bug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethingcomponent/BrowserWindowhas-repro-gistIssue can be reproduced with code at https://gist.github.com/Issue can be reproduced with code at https://gist.github.com/platform/windowsstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Type
Projects
Status
👍 Does Not Block Stable