Tap Events Incorrectly passed Through Button #26640
Labels
area-gestures
Gesture types
potential-regression
This issue described a possible regression on a currently supported version., verification pending
t/bug
Something isn't working
Milestone
Description
Clicks are passed through a button to the underlying control, for example using this XAML:
Tapping anywhere on the page will log an event on the page, tapping the button, or the ToolBar item, should clear the log page but tapping the button ALSO registers a tap on the page.
It works correctly on Android or using Microsoft.Maui.Controls Version 9.0.14, it just fails on 9.0.21.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/david-maw/SimpleCollectionView-Propagation.git
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.14 SR1.4
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Windows 11
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: