fix: improve resize band positioning and scaling for frameless windows on Windows#51503
Merged
jkleinsc merged 1 commit intoMay 7, 2026
Merged
Conversation
5cdc236 to
7fc849c
Compare
85390f0 to
8756725
Compare
8756725 to
fecce41
Compare
ckerr
approved these changes
May 6, 2026
jkleinsc
approved these changes
May 7, 2026
|
Release Notes Persisted
|
Contributor
|
I was unable to backport this PR to "41-x-y" cleanly; |
Contributor
|
I was unable to backport this PR to "42-x-y" cleanly; |
Contributor
|
I have automatically backported this PR to "43-x-y", please check out #51552 |
Contributor
Contributor
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 8, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 8, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 8, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 16, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 22, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 26, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
mitchchn
added a commit
to mitchchn/electron
that referenced
this pull request
May 30, 2026
…s on Windows (electron#51503) fix internal resize and scaling for frameless windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Fixes #51497, fixes #51385.
External resize bands on frameless windows are now larger at higher display scales instead of always using the DIP value. They also no longer appear inside the window except at the top (the old hit test logic is suppressed).
41.x,42.x
Checklist
npm testpassesRelease Notes
Notes: Improved external resize band positioning and scaling for frameless windows on Windows.