question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WPF Property Bugs

See original GitHub issue

🐛 Bug Report

State property does not change according to the actual state change, instead is always set to “stopped”. PositionChanged never fires its event. IsPlaying() always returns false even when media is playing. This was referenced in Issue #527 where the poster intended to create a separate issue for WPF, but never did. I have tried using both Current.IsPlaying() and Wpf.IsPlaying(). Please let me know if I am missing something or if this is an actual bug/missing feature. The above-referenced issue was the only reference to this I could find online.

Expected behavior

Correct data in respective properties and appropriate event firing.

Reproduction steps

Subscribe to event: CrossMediaManager.Current.PositionChanged or CrossMediaManager.Wpf.PositionChanged Check IsPlaying() or State property while media is playing

Configuration

Version: v0.7.7

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
CDarbonnecommented, Jul 30, 2019

Thank you!

1reaction
martijn00commented, Jul 30, 2019

Fixes will be available in 0.7.8

Read more comments on GitHub >

github_iconTop Results From Across the Web

DesignInstance bug in WPF Designer in VS 2017: Property ...
I have a large and long running WPF solution currently running in VS 2017. When I migrated from VS 2015, I saw an...
Read more >
WPF .XAML files property window visual glitch
The properties window of my .xaml file in my WPF .Net framework application had a visual glitch making it be all black.
Read more >
Is Microsoft still maintaining / fixing WPF related bugs? If so ...
WPF Styles require a single inheritance hierarchy which makes defining themes very repetitive and copy-paste-driven development. The lack of ...
Read more >
Thoughts on sixteen accessibility bugs in a WPF demo app
This article describes sixteen accessibility bugs exhibited in a WPF demo apps, and in most cases describes a fix for the bugs.
Read more >
C#/WPF - Material Design in XAML bug bash - YouTube
My apologies for this editing getting cropped (my automation failed). The un-cropped version can be seen here: https://youtu.be/x0KKW-opnIs ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found