Skip to content
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

fix: undocked devtools not resizable on Windows #30823

Merged
merged 1 commit into from Sep 6, 2021
Merged

Conversation

codebytere
Copy link
Member

Description of Change

Closes #30803.

Refs https://chromium-review.googlesource.com/c/chromium/src/+/2228988.

Fixes an issue where undocked devtools was not resizable on Windows. This was because Chromium de-virtualized CanResize, and the default is false. In the above CL, Chromium introduced a convenience method to handle all three of CanMaximize, CanMinimize, and CanResize, so remove our other two overrides here as well.

Checklist

Release Notes

Notes: Fixed an issue where undocked devtools was not resizable on Windows.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/14-x-y labels Sep 2, 2021
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Sep 2, 2021
Copy link
Member

@samuelmaddock samuelmaddock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Sep 3, 2021
@zcbenz zcbenz merged commit 26f981f into main Sep 6, 2021
@zcbenz zcbenz deleted the fix-resizable-devtools branch September 6, 2021 07:54
@release-clerk
Copy link

release-clerk bot commented Sep 6, 2021

Release Notes Persisted

Fixed an issue where undocked devtools was not resizable on Windows.

@trop
Copy link
Contributor

trop bot commented Sep 6, 2021

I have automatically backported this PR to "14-x-y", please check out #30847

@trop
Copy link
Contributor

trop bot commented Sep 6, 2021

I have automatically backported this PR to "15-x-y", please check out #30848

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Unable to resize undocked dev tools window in Electron 14 (Windows OS)
3 participants