CommandBar with AppBarButtons is not working properly #18712
Labels
area/commandbar
Categorizes an issue or PR as relevant to CommandBar
kind/bug
Something isn't working
Current behavior
Using the CommandBar control with some AppBarButtons inside:
Expected behavior
How to reproduce it (as minimally and precisely as possible)
Open the attached project, compile and run it in each platform. Change the size of the window to force the CommandBar to show the "More" button and click on it.
18172-UnoCommandBar.zip
Workaround
No workaround.
Works on UWP/WinUI
No
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
Affected platforms
WebAssembly, Skia (WPF), Windows (WinAppSDK)
IDE
Visual Studio 2022
IDE version
17.11.5
Relevant plugins
No response
Anything else we need to know?
The issue affects two controls, the CommandBar and the AppBarButton, since it has been seen that the behavior of displaying the label by the CommandBar depends on the AppBarButton having the Label property and as seen in Uno.Themes it does not seem to matter. It also seems to affect both the behavior and the Theme of the controls.
The text was updated successfully, but these errors were encountered: