-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Bug
Copy link
Labels
36-x-ybug 🪲bug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethingcomponent/BrowserWindowcomponent/transparenthas-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.2.1
What operating system(s) are you using?
Windows
Operating System Version
Windows 11 Pro version 23H2
What arch are you using?
x64
Last Known Working Electron version
36.2.0
Expected Behavior
- The
transparent
protected
browser window withframe: false
should not create a frame once minimize another electron browser window
Actual Behavior
- The
transparent
protected
browser window withframe: false
created a frame once minimize another electron browser window.
Testcase Gist URL
https://gist.github.com/2b656c557332bdec1d780123da55d14d
Additional Information
=> It Seems a side effect for #47020
=> Steps to reproduce the issue by the attached test case app:
- The attached test case app has two electron browser windows and I'm calling them
mainWindow
andprotectedWindow
(the red linetransparent without frame
) and starting the app will present the below result.
- Minimize the
mainWindow
by click on the minimize button on the window frame. - The protected window becomes has a frame even though we set
frame: false
- Maximize the main window will present the below behaviour.
Metadata
Metadata
Assignees
Labels
36-x-ybug 🪲bug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethingcomponent/BrowserWindowcomponent/transparenthas-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