Open drasticactions opened 9 months ago
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.
Description
This is specifically needed for Catalyst to prevent regressions around this from happening again. In this case, the Selector used to fire the Clicked/Command Delegate was removed because the selector was made "static", which won't work. As far as I can tell, there are no UI Tests specifically invoking the selector, only for the bindings themselves to verify they were attached. So we need a way to invoke the selector to make sure it actually does the command.
https://github.com/dotnet/maui/pull/20699