Difegue / Stylophone

A pretty cool™️ MPD client in .NET. Based on MpcNET.
https://tvc-16.science/stylophone-27.html
MIT License
135 stars 10 forks source link

Titles show in queue after queue cleared #88

Closed WillerZ closed 7 months ago

WillerZ commented 8 months ago

I see track names etc behind the "All is quiet now" messaging. Looks like maybe UI table row objects are being recycled and not cleared before reuse.

WillerZ commented 8 months ago

Attaching some screenshots so you can see what I'm talking about and to some extent verify whether I've done something weird.

Initial queue looks OK:

image

After adding some songs looks OK: image

After clearing looks broken: image

Interestingly I was still able to scroll the queue pane for a few seconds after clearing it, and that seems to be why the songs in the post-clearing screenshot don't match the ones in the pre-clearing screenshot.

Difegue commented 8 months ago

Weird, I'll look into this at some point. Thanks for the report!

Difegue commented 7 months ago

Can repro; I blame either WinUI or the toolkit on that one since things are cleaned up properly on the app side...
It's easy to hide the grid in any case, shouldve probably done that to begin with.

I'll have this fixed in the next release, thanks.