Skip to content
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

WinUI3 preview 3 - Shadow animation of opened flyouts is shown twice #6206

Closed
1 of 2 tasks
lhak opened this issue Nov 1, 2021 · 5 comments
Closed
1 of 2 tasks

WinUI3 preview 3 - Shadow animation of opened flyouts is shown twice #6206

lhak opened this issue Nov 1, 2021 · 5 comments
Labels
area-Shadows product-winui3 WinUI 3 issues team-Rendering Issue for the Rendering team

Comments

@lhak
Copy link

lhak commented Nov 1, 2021

Describe the bug

When a MenuFlyout is opened, the shadow animation is shown twice

Steps to reproduce the bug

  1. Create a new application
  2. Add the following XAML:
<Grid  ContextFlyout="{x:Bind TestFlyout}">
  <Grid.Resources>
    <MenuFlyout x:Name="TestFlyout" >
      <MenuFlyoutItem Text="Test"/>
    </MenuFlyout>
  </Grid.Resources>
</Grid>

Open the context menu

Expected behavior

Animation should only be shown once

Screenshots

No response

NuGet package version

No response

Windows app type

  • UWP
  • Win32

Device form factor

Desktop

Windows version

Insider Build (xxxxx)

Additional context

No response

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Nov 1, 2021
@seven-mile
Copy link

The shadow animation of most user flyouts indeed flicker. (Is it losing focus?)

But the menu flyout of CommandBar seems to work correctly. Why?

(If the GIF stopped, open it in a new tab) FYI.

@StephenLPeters
Copy link
Contributor

@codendone FYI

@bogdan-patraucean
Copy link

I'm having the same problem, it's only happening in WASDK apps.

@bpulliam bpulliam removed the needs-triage Issue needs to be triaged by the area owners label Dec 6, 2022
@lhak
Copy link
Author

lhak commented Jul 13, 2023

This is still an issue in the latest 1.3 release. There is a short flicker before the shadow animation is played.

@ranjeshj
Copy link
Contributor

This looks fixed in WASDK 1.4 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Shadows product-winui3 WinUI 3 issues team-Rendering Issue for the Rendering team
Projects
None yet
Development

No branches or pull requests

6 participants