-
Notifications
You must be signed in to change notification settings - Fork 701
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
MenuFlyoutItem icon's foreground doesn't change back to resting color #9690
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you! Open similar issues:
Closed similar issues:
|
How are you changing the foreground on the MenuFlyoutItem? If you set the |
Yeah I just change the Foreground on the MenuFlyoutItem. If I hover the mouse the text and icon will change to white/black, and when I move the mouse away only the text reverts to the color I set. The icon remains white/black. |
MenuFlyoutItemIcons.mp4You can see the very fist AppBarButton that is blue works correctly, but the two MenuFlyoutItems don't. |
Thanks for clarifying! |
I think this is a similar root cause to #7208. In the default template, the TextBlock has |
Describe the bug
If you change the foreground of a MenuFlyoutItem and then hover over it, the color won't return for the icon once the pointer goes away.
Steps to reproduce the bug
Create a project with a MenuFlyoutItem and change it's foreground.
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.5.3: 1.5.240428000
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: