You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using CommandBar on Windows 11 23H2. The style of background changes depending is "See more" button is pressed or not.
I created empty application and added only that control, the background is transparent if button "See more" is not clicked.
Style changes to different background and adds some border to it when button "See more is pressed".
I observed the same behavior in WinUI3 Gallery app. I should highlight that tests were performed in Hyper-V Virtual Machine with Windows, with animations disabled in Windows, and in Enhanced view of Virtual Machine.
The same behavior I reproduced also on friend laptop to eliminate possibility of Hyper-V interference. So it does not matter if Windows is in VM or not. Problem occurs in both cases.
Steps to reproduce the bug
Open WinUI3 Gallery app from Windows Store.
Go to Menus & toolbars, than select CommandBar.
Click "See More" button and observe change in behavior of background.
Expected behavior
The background should be kept to the style that is when button is not pressed. Pressing See more button should only change state of this button and show the flyout with more commands.
Describe the bug
When using CommandBar on Windows 11 23H2. The style of background changes depending is "See more" button is pressed or not.
I created empty application and added only that control, the background is transparent if button "See more" is not clicked.
Style changes to different background and adds some border to it when button "See more is pressed".
I observed the same behavior in WinUI3 Gallery app. I should highlight that tests were performed in Hyper-V Virtual Machine with Windows, with animations disabled in Windows, and in Enhanced view of Virtual Machine.
I do not know if I should open that ticket in this repository or https://github.com/microsoft/WindowsAppSDK. It would be good that you provide more details in repository itself.
The same behavior I reproduced also on friend laptop to eliminate possibility of Hyper-V interference. So it does not matter if Windows is in VM or not. Problem occurs in both cases.
Steps to reproduce the bug
Expected behavior
The background should be kept to the style that is when button is not pressed. Pressing See more button should only change state of this button and show the flyout with more commands.
Screenshots
See more not clicked:
See more clicked:
NuGet package version
Windows version
Windows 11 (23H2): Build 22631
Additional context
My app is build for net9.0-windows10.0.22621.0
For WinUI3 app version 2.5.1.0.
The text was updated successfully, but these errors were encountered: