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

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

Closed
3 tasks done
rooklift opened this issue Sep 1, 2021 · 3 comments · Fixed by #30823
Closed
3 tasks done

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

rooklift opened this issue Sep 1, 2021 · 3 comments · Fixed by #30823
Labels
14-x-y 15-x-y bug 🪲 has-repro-gist Issue can be reproduced with code at https://gist.github.com/ platform/windows status/confirmed A maintainer reproduced the bug or agreed with the feature

Comments

@rooklift
Copy link

rooklift commented Sep 1, 2021

Preflight Checklist

Electron Version

14.0.0 (broken around v14.0.0-beta5)

Operating System Version

Windows 10 version 20H2

What arch are you using?

x64

Last Known Working Electron version

v14.0.0-beta3

Expected Behavior

Launch Electron itself. Open the dev tools. After undocking it, it should be resizable.

Actual Behavior

On Windows it is not resizable.

(Someone tells me that, if it was already undocked, they had to dock it and undock it again to see this effect.)

@samuelmaddock samuelmaddock added 14-x-y 15-x-y status/confirmed A maintainer reproduced the bug or agreed with the feature labels Sep 2, 2021
@samuelmaddock
Copy link
Member

I'm able to reproduce the problem on Windows 10 21H1 build 19043.1165 using this Electron Fiddle gist: https://gist.github.com/d58e72108eae1935f73bbbc93f3b09d9

@samuelmaddock samuelmaddock added has-repro-gist Issue can be reproduced with code at https://gist.github.com/ platform/windows labels Sep 2, 2021
@rooklift
Copy link
Author

rooklift commented Sep 2, 2021

Checking previous releases, I found that:

  • It worked in v14.0.0-beta.3
  • It was broken by v14.0.0-beta.5

I wasn't able to check beta4 since it didn't seem to have any assets. I've updated the top post.

@codebytere
Copy link
Member

@rooklift yep, bisected it to that earlier today. I believe it's related to some changes around resizability that came through in a chromium roll and will keep digging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
14-x-y 15-x-y bug 🪲 has-repro-gist Issue can be reproduced with code at https://gist.github.com/ platform/windows status/confirmed A maintainer reproduced the bug or agreed with the feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants