-
Notifications
You must be signed in to change notification settings - Fork 743
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
Button Command will not fire when inside flyout inside list #19065
Comments
Thanks for the report! Could you validate that it also does not work with the |
tested for net8.0-windows10.0.19041; windows apps sdk packaged and same issue |
Thanks for the update. If the behavior is not working on windows apps sdk packaged, this means that it is not a behavior we'll change in Uno either. This means you'll need to work this behavior differently, using XAML behaviors or code-behind. |
yeah, that is what i ended up doing. |
Current behavior
inside the list When clicking button that is inside the flyout it should increment the counter same way as clicking the button outside the list
Expected behavior
Clicking the button in the list in the flyout should increment the counter
How to reproduce it (as minimally and precisely as possible)
Build and run the attached project for wasm and click on the buttons, only green buttons work
UnoBugsApp.zip
Workaround
need to use Click event
Works on UWP/WinUI
None
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
"Uno.Sdk": "5.5.54"
Affected platforms
WebAssembly, Windows (WinAppSDK)
IDE
Visual Studio 2022
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: