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

Set CancelsTouchesInView for custom PGR #19283

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented Dec 7, 2023

Description of Change

The MAUI template add a PointerOver VSM to Buttons which causes a PointerGestureRecognizer to get added. The new code that we're using to perform the "Pressed/Released" adds a gesture that was cancelling the touch.

Issues Fixed

Fixes #19154

@MartyIX
Copy link
Contributor

MartyIX commented Dec 7, 2023

btw: How come this regression was not detected by a device test or any other sort of test?

@PureWeen PureWeen marked this pull request as ready for review December 7, 2023 10:59
@PureWeen PureWeen requested a review from a team as a code owner December 7, 2023 10:59
@PureWeen
Copy link
Member Author

PureWeen commented Dec 7, 2023

btw: How come this regression was not detected by a device test or any other sort of test?

The current layer of automated tests against PRs didn't have the right combination to trigger this path. Internal assessments would have caught this before we actually released this.

@Redth Redth merged commit c9a4cb4 into main Dec 7, 2023
47 checks passed
@Redth Redth deleted the fix_pointergesture_break branch December 7, 2023 17:52
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2024
@samhouts samhouts added the fixed-in-8.0.6 Look for this fix in 8.0.6 SR1! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-8.0.6 Look for this fix in 8.0.6 SR1!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[regression/8.0.0-nightly] [MacCatalyst] Cannot click a button on MAUI nightly
4 participants