8000 fix: devtools allow restoring saved dock state on Windows by deepak1556 · Pull Request #39734 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: devtools allow restoring saved dock state on Windows #39734

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

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

deepak1556
Copy link
Member

Description of Change

#35209 defaulted to detach position when opening devtools without any predefined state to workaround a bug in chromium, this took away the docking feature of devtools on Windows. #35754 was later added to respect the state option when opening devtools, although it is a good enough solution it takes away the option to rely on preferred dock state persisted to user data dir when opening devtools without any arguments.

This PR attempts to respect the persisted preferred dock state when WCO is enabled on Windows and instead of detaching the devtools it will now undock depending the dock state corresponding to the position of window controls. This allows users to still have control over the dock position without the application enforcing it.

Needed for microsoft/vscode#168454

Release Notes

Notes: fix devtools to allow restoring saved dock state on Windows

@electron-cation electron-cation bot added the new-pr 🌱 PR opened recently label Sep 5, 2023
@deepak1556 deepak1556 added semver/patch backwards-compatible bug fixes target/25-x-y PR should also be added to the "25-x-y" branch. target/26-x-y PR should also be added to the "26-x-y" branch. target/27-x-y PR should also be added to the "27-x-y" branch. labels Sep 5, 2023
@deepak1556 deepak1556 force-pushed the robo/fix_default_dock_pos_win branch from 50a7680 to c152b61 Compare September 6, 2023 02:29
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened recently label Sep 6, 2023
@codebytere codebytere force-pushed the robo/fix_default_dock_pos_win branch from c152b61 to e017d68 Compare September 6, 2023 12:25
@deepak1556
Copy link
Member Author

Failing tests are unrelated, merging.

@deepak1556 deepak1556 merged commit 0a064ce into main Sep 7, 2023
@deepak1556 deepak1556 deleted the robo/fix_default_dock_pos_win branch September 7, 2023 08:14
@release-clerk
Copy link
release-clerk bot commented Sep 7, 2023

Release Notes Persisted

fix devtools to allow restoring saved dock state on Windows

@trop
Copy link
Contributor
trop bot commented Sep 7, 2023

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

@trop trop bot added the in-flight/25-x-y label Sep 7, 2023
@trop trop bot removed the target/25-x-y PR should also be added to the "25-x-y" branch. label Sep 7, 2023
@trop
Copy link
Contributor
trop bot commented Sep 7, 2023

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

@trop
Copy link
Contributor
trop bot commented Sep 7, 2023

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

@trop trop bot added in-flight/27-x-y in-flight/26-x-y and removed target/27-x-y PR should also be added to the "27-x-y" branch. labels Sep 7, 2023
@trop trop bot added merged/27-x-y PR was merged to the "27-x-y" branch. merged/26-x-y PR was merged to the "26-x-y" branch. merged/25-x-y PR was merged to the "25-x-y" branch. and removed target/26-x-y PR should also be added to the "26-x-y" branch. in-flight/27-x-y in-flight/26-x-y labels Sep 7, 2023
MrHuangJser pushed a commit to MrHuangJser/electron that referenced this pull request Dec 11, 2023
…9734)

* fix: devtools allow restoring saved dock state on Windows

* chore: address feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/25-x-y PR was merged to the "25-x-y" branch. merged/26-x-y PR was merged to the "26-x-y" branch. merged/27-x-y PR was merged to the "27-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0