dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

Animated gifs never stop #7020

Closed mattleibow closed 1 year ago

mattleibow commented 2 years ago

Description

Setting IsAnimationPlaying=False in the XAML stillstarts the animation.

<Image Source="animated_heart.gif" WidthRequest="200" IsAnimationPlaying="True" />

Steps to Reproduce

  1. Add an animated gif to a project
  2. Add an <Image> to the XAML
  3. Run app
  4. Observe the gif is animating (it should not)
  5. Set the IsAnimationPlaying=False
  6. Run app
  7. Observe the gif is still animating

Version with bug

Release Candidate 3 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

All

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

jsuarezruiz commented 1 year ago

Cannot longer reproduce it on .NET 7 issue-7019