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

TapGestureRecognizer on Span does not work on Windows #18478

Open
sjorsmiltenburg opened this issue Nov 2, 2023 · 4 comments
Open

TapGestureRecognizer on Span does not work on Windows #18478

sjorsmiltenburg opened this issue Nov 2, 2023 · 4 comments
Assignees
Labels
area-gestures Gesture types migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@sjorsmiltenburg
Copy link

sjorsmiltenburg commented Nov 2, 2023

Description

I found multiple issues with TapRecognizers not working on Windows but none of them seemed to relate to spans.

The following TapGestureRecogrinze does not trigger on Windows.
Not with a command binding, also not with an event binding.

It does work on android.
This used to work on Windows.

I tried setting a background color on the span and the label (as suggested by #15810) but this did not solve the issue.

Steps to Reproduce

open repo,
launch Windows version

  • click bug 11
  • clcking on the first 3 urls does not work
  • clicking on the rectangle works
    launch Android version
  • all work

Link to public reproduction project repository

https://github.com/sjorsmiltenburg/maui_bugs

Version with bug

8.0.0-rc.2.9373

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

no

Relevant log output

No response

@sjorsmiltenburg sjorsmiltenburg added the t/bug Something isn't working label Nov 2, 2023
@jsuarezruiz jsuarezruiz self-assigned this Nov 2, 2023
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Nov 2, 2023
@ghost
Copy link

ghost commented Nov 2, 2023

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

@samhouts samhouts added the migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert label Dec 6, 2023
@XamlTest XamlTest added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Dec 18, 2023
@XamlTest
Copy link

Verified this on Visual Studio Enterprise 17.9.0 Preview 2(8.0.3). Repro on Windows 11, iOS 17.0 and MacCatalyst, not repro on Android 14.0-API34 with below Project:
maui_bugs.zip

@sjorsmiltenburg
Copy link
Author

probably a duplicate of this one

@MartyIX
Copy link
Contributor

MartyIX commented Jun 13, 2024

I think that #17731 fixed this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-gestures Gesture types migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants