-
Notifications
You must be signed in to change notification settings - Fork 16.3k
fix: titlebar showing in content protected window #47241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Release Notes Persisted
|
I have automatically backported this PR to "36-x-y", please check out #47264 |
I have automatically backported this PR to "35-x-y", please check out #47265 |
I have automatically backported this PR to "37-x-y", please check out #47266 |
This PR led to a regression: #47241 |
Description of Change
Closes #47152.
Fixes an issue where protected transparent windows will show a titlebar after visibility change. This happened because
SetWindowDisplayAffinity
will attempt to compose the window when hidden and re-shown.Checklist
npm test
passesRelease Notes
Notes: Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change.