Skip to content

[BUG] Buttons not firing after clicking into element having touch behavior even when behavior IsEnabled="False" (Mac Catalyst) #1853

@sumowesley

Description

@sumowesley

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

Two Buttons have commands associated with them. These buttons are not within the area controlled by the touch behavior. Once we've clicked in the area with the touch behavior (even if the behavior is disabled), the buttons no longer run the commands. You must move the cursor outside of the current application window and return, and the buttons now fire.

Expected Behavior

Buttons should be active at all times and not impacted by clicking within the area that has touch behaviour.

Steps To Reproduce

  1. Run the repo project within Mac Catalyt
  2. Click either button to see it's name as an alert
  3. Click inside one of the list items in the view
  4. Click on either button (no popup)
  5. Move the cursor off the active Window
  6. Move the cursor back to the active Window and click the buttons to see the command active once more
  7. Turn on Grid Behavior using the button
  8. Click and hold an item in the list and then drag away like you want to cancel
  9. Click the buttons. Now inactive.
  10. Repeat steps 5 and 6 to reactive the buttons

Link to public reproduction project repository

https://github.com/sumowesley/BaseMaui.git

Environment

- .NET MAUI CommunityToolkit: 8.01
- OS: Sonoma 14.4.1
- .NET MAUI: 8.0.21

Anything else?

iOS, Android and Windows work as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/behaviorsIssue/Discussion/PR that has to do with BehaviorsbugSomething isn't workingunverified

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions