maui icon indicating copy to clipboard operation
maui copied to clipboard

The TapGestureRecognizer does not function properly when the view is clipped.

Open Tamilarasan-Paranthaman opened this issue 9 months ago • 2 comments

Description

The TapGestureRecognizer.Tapped event does not function properly when the view is clipped. The event listener for the clipped view was triggered when tapping on an unclipped other view area.

Steps to Reproduce

  1. Run the provided sample.
  2. Tap on the left end of View 1 (X position within 50).
  3. Tap on the right end of View 1 (X position above 50).

https://github.com/dotnet/maui/assets/93904422/09160e7e-2bab-43f3-b699-1478894fca27

Link to public reproduction project repository

https://github.com/Tamilarasan-Paranthaman/TapGestureRecognizer-Issue

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android, Windows, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

Tamilarasan-Paranthaman avatar May 02 '24 12:05 Tamilarasan-Paranthaman

/similarissues

PureWeen avatar May 02 '24 22:05 PureWeen

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

github-actions[bot] avatar May 02 '24 22:05 github-actions[bot]

Verified this issue with Visual Studio 17.10.0 Preview 6 (8.0.21 &8.0.6).I can repro this issue.

ninachen03 avatar May 06 '24 03:05 ninachen03