WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

MenuBar hover visual states/styles do not trigger when running on Skia Desktop #22036

@cricketthomas

Description

@cricketthomas

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

No one assigned

    Labels

    difficulty/tbdCategorizes an issue for which the difficulty level needs to be defined.triage/untriagedIndicates an issue requires triaging or verification

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions