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

upgrade electron 7.1.8 -> 7.1.9 #433

Merged
merged 1 commit into from Mar 2, 2020
Merged

upgrade electron 7.1.8 -> 7.1.9 #433

merged 1 commit into from Mar 2, 2020

Conversation

mason-fish
Copy link
Contributor

I discovered that the height of the draggable element which I increased in #431 was only one of two culprits to the no-drag problem. This issue ALSO occurs if you resize the height of the app and then try to drag it again (which fails). Turns out this is an issue that exists in electron and was at least partially fixed in the next patch version up from where we are currently at as noted in electron/electron#21723. From my own testing, this does seem to fix the issue for us as well.

Signed-off-by: Mason Fish mason@looky.cloud

Signed-off-by: Mason Fish <mason@looky.cloud>
Copy link
Member

@jameskerr jameskerr left a comment

Choose a reason for hiding this comment

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

Wow, that's great. What an obscure bug.

@jameskerr jameskerr self-requested a review March 2, 2020 22:27
@mason-fish mason-fish merged commit 249c7c3 into master Mar 2, 2020
@mason-fish mason-fish deleted the upgrade_electron branch March 2, 2020 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants