fix: user resizable transparent windows on win32#50301
Merged
codebytere merged 1 commit into40-x-yfrom Mar 17, 2026
Merged
Conversation
test: revert win32 frameless and transparent resizable expectations Co-authored-by: Justin Mayfield <tooker@gmail.com>
3 tasks
codebytere
approved these changes
Mar 17, 2026
|
Release Notes Persisted
|
0xfullex
added a commit
to CherryHQ/cherry-studio
that referenced
this pull request
Apr 16, 2026
Electron v40.8.3 (PR electron/electron#50301, backport of #49428) fixed the transparent + frameless window resize regression on Windows tracked as electron/electron#48554. The Windows-only manual resize workaround (custom 8-direction ResizeHandle + IPC + setBounds) is no longer needed. - Bump electron 40.8.0 -> 41.2.1 (latest stable) - Remove SelectionService.resizeActionWindow and its IPC handler - Remove ResizeHandle component, handleResizeStart and ResizeDirection type from SelectionActionApp; trim ReactMouseEvent and isWin imports - Remove preload resizeActionWindow bridge - Remove Selection_ActionWindowResize IPC channel Native resize now works uniformly across Windows/macOS/Linux. Signed-off-by: fullex <0xfullex@gmail.com>
SiinXu
pushed a commit
to CherryHQ/cherry-studio
that referenced
this pull request
Apr 17, 2026
Electron v40.8.3 (PR electron/electron#50301, backport of #49428) fixed the transparent + frameless window resize regression on Windows tracked as electron/electron#48554. The Windows-only manual resize workaround (custom 8-direction ResizeHandle + IPC + setBounds) is no longer needed. - Bump electron 40.8.0 -> 41.2.1 (latest stable) - Remove SelectionService.resizeActionWindow and its IPC handler - Remove ResizeHandle component, handleResizeStart and ResizeDirection type from SelectionActionApp; trim ReactMouseEvent and isWin imports - Remove preload resizeActionWindow bridge - Remove Selection_ActionWindowResize IPC channel Native resize now works uniformly across Windows/macOS/Linux. Signed-off-by: fullex <0xfullex@gmail.com>
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.
Backport of #49428
See that PR for details.
notes: Fixed user resizing of transparent windows on win32 platform