microsoft / microsoft-ui-xaml

WinUI: a modern UI framework with a rich set of controls and styles to build dynamic and high-performing Windows applications.
MIT License
6.38k stars 683 forks source link

NavigationView hamburger icon is not fully displayed when first rendered #9034

Open NXY666 opened 1 year ago

NXY666 commented 1 year ago

Describe the bug

NavigationView hamburger icon is not fully displayed when first rendered. After a folding operation, the button will return to normal

Steps to reproduce the bug

Just open a window contains NavigationView.

Expected behavior

Fully rendered hamburger icon.

Screenshots

image

  1. Here's the hamburger icon from an example in WinUI 3 Gallery, apparently it's only three-quarters of the way through.

  2. This will only happen when the menu is expanded when it is first rendered.

  3. This situation also occurs in my APP.

NuGet package version

WinUI 3 - Windows App SDK 1.4.2: 1.4.231008000

Windows version

Windows 11 (22H2): Build 22621

Additional context

My English is not good so I used Google Translate hoping there would be no translation ambiguities.

nlogozzo commented 5 months ago

Still experiencing this as well: image

With WindowsAppSDK 1.5.4

codendone commented 5 months ago

I don't repro the issue for the NavigationView sample on the NavigationView sample page of WinUI 3 Gallery, but I do repro the problem on the AnimatedIcon sample page.