-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Labels
37-x-ybug 🪲component/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/macOS
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
37.0.0-nightly.20250407
What operating system(s) are you using?
macOS
Operating System Version
macOS 14.6.1
What arch are you using?
arm64 (including Apple Silicon)
Last Known Working Electron version
No response
Expected Behavior
No white flash on a call to BrowserWindow.show
Actual Behavior
Visible white flash on a call to BrowserWindow.show
Testcase Gist URL
https://gist.github.com/CezaryKulakowski/987381ac7306332dae9988ba220145bc
Additional Information
To repro launch following app:
It's not clearly visible on every mac machine but it's quite severe on some of them.
Issue started to show up after this chromium change landed: https://chromium-review.googlesource.com/c/chromium/src/+/6064185
With this change native widget (content view of the window) is hidden on a call to BrowserWindow.hide. It wasn't hidden before so its visibile state was set to visible even when window it belongs to was hidden.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
37-x-ybug 🪲component/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/macOS