maui icon indicating copy to clipboard operation
maui copied to clipboard

[Android] TapGestureRecognizer on a parent View is not working if a child View has TooltipProperties.Text set and tapping on it

Open polqnaP opened this issue 4 months ago • 3 comments

Description

On Android TapGestureRecognizer on a parent View is not working if a child View has TooltipProperties.Text set and tap is performed on the child View.

The Tap command is executed when tapping on the Blue BoxView which does not have TooltipProperties.Text set. The Tap command is not executed when tapping on the Red BoxView which has TooltipProperties.Text set.

image

Steps to Reproduce

Steps to reproduce:

  1. Run the project.
  2. The on the Red BoxView.

Expected Behavior The CountCommand execute method should be called.

Actual Behavior The CountCommand execute method is not called.

Link to public reproduction project repository

https://github.com/telerik/ms-samples/tree/main/Maui/TooltipPreventsParentGesture_Android

Version with bug

8.0.3 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

polqnaP avatar Mar 29 '24 13:03 polqnaP

Verified on VS 17.10.0 Preview 2.0(8.0.20). Repro on Android 14.0-API34, not repro on Windows 11, iOS 17.2 and MacCatalyst with below Project: TooltipPreventsParentGesture_Android.zip

XamlTest avatar Apr 11 '24 08:04 XamlTest

/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]