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: touch events not recognized by WCO on windows #35117

Merged
merged 1 commit into from Aug 2, 2022

Conversation

deepak1556
Copy link
Member

Description of Change

NB: We only let chromium handle the mouse event for touch when the HTTEST is in the caption button area of WCO, so it does not affect regular mouse event or other non-WCO code path. Also, the bugs referred in https://chromium-review.googlesource.com/c/chromium/src/+/1048877/ are not introduced with this change.

Fixes #34364

Release Notes

Notes: fix WCO not responding to touch events on windows.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jul 28, 2022
@deepak1556 deepak1556 marked this pull request as ready for review July 28, 2022 15:40
@deepak1556 deepak1556 requested review from a team as code owners July 28, 2022 15:40
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jul 29, 2022
@deepak1556
Copy link
Member Author

Failing tests are unrelated, merging.

@deepak1556 deepak1556 merged commit e389363 into main Aug 2, 2022
@deepak1556 deepak1556 deleted the robo/fix_wco_touch branch August 2, 2022 03:14
@release-clerk
Copy link

release-clerk bot commented Aug 2, 2022

Release Notes Persisted

fix WCO not responding to touch events on windows.

@trop
Copy link
Contributor

trop bot commented Aug 2, 2022

I was unable to backport this PR to "19-x-y" cleanly;
you will need to perform this backport manually.

@trop trop bot removed the target/19-x-y label Aug 2, 2022
@trop
Copy link
Contributor

trop bot commented Aug 2, 2022

I was unable to backport this PR to "18-x-y" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Aug 2, 2022

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

@trop
Copy link
Contributor

trop bot commented Aug 2, 2022

@deepak1556 has manually backported this PR to "19-x-y", please check out #35176

@trop
Copy link
Contributor

trop bot commented Aug 2, 2022

@deepak1556 has manually backported this PR to "18-x-y", please check out #35177

jkleinsc pushed a commit that referenced this pull request Aug 2, 2022
* fix: touch events not recognized by WCO on windows (#35117)

* chore: update patches

Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
schetle pushed a commit to schetle/electron that referenced this pull request Nov 3, 2022
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
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]: WCO on Windows don't respond to touch events
3 participants