-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Open
Copy link
Labels
difficulty/tbdCategorizes an issue for which the difficulty level needs to be defined.Categorizes an issue for which the difficulty level needs to be defined.triage/untriagedIndicates an issue requires triaging or verificationIndicates an issue requires triaging or verification
Description
Current behavior 🐛
The MenuBar does not show any hover or pointerover visual states
WinUI target
20251206-1400-20.1909055.mp4
Skia Desktop Target
20251206-1401-23.6145229.mp4
Expected behavior 🎯
MenuBar items should behave the same way on Uno Skia as they do on WinUI. Hovering over a MenuBarItem should trigger PointerOver / Hover visual
How to reproduce it (as minimally and precisely as possible) 🔬
http://playground.platform.uno/#f0031239
Create a new Uno Platform project.
In MainPage.xaml, add a menu bar:
<MenuBar>
<MenuBarItem Title="File">
<MenuFlyoutItem Text="New" />
<MenuFlyoutItem Text="Open..." />
<MenuFlyoutItem Text="Save" />
<MenuFlyoutItem Text="Exit" />
</MenuBarItem>
<MenuBarItem Title="Edit">
<MenuFlyoutItem Text="Undo" />
<MenuFlyoutItem Text="Cut" />
<MenuFlyoutItem Text="Copy" />
<MenuFlyoutItem Text="Paste" />
</MenuBarItem>
<MenuBarItem Title="Help">
<MenuFlyoutItem Text="About" />
</MenuBarItem>
</MenuBar>
Workaround 🛠️
No response
Renderer 🎨
- Skia
- Native
Affected platforms 📱💻🖥️
Desktop (Windows)
Uno.Sdk version (and other relevant versions) 📦
- 6.4.31
- dotnet 10
IDE version 🧑💻
VS2026
Anything else we need to know? 💬
No response
Metadata
Metadata
Assignees
Labels
difficulty/tbdCategorizes an issue for which the difficulty level needs to be defined.Categorizes an issue for which the difficulty level needs to be defined.triage/untriagedIndicates an issue requires triaging or verificationIndicates an issue requires triaging or verification