Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

When manipulating the seekbar while playback is paused or stopped, the seek pointer returns to the position it was at before the manipulation and only updates its position after playback is started #272

Closed
Nocifer opened this issue Mar 21, 2022 · 1 comment · Fixed by #292
Assignees
Labels
bug Something isn't working

Comments

@Nocifer
Copy link

Nocifer commented Mar 21, 2022

Describe the bug
As per title.

To Reproduce
Steps to reproduce the behavior:

  1. Load something in the playlist
  2. Click or drag the seek pointer somewhere on the seekbar
  3. Observe how the seek pointer returns to its previous position
  4. Begin playback
  5. The seek pointer jumps to the point you clicked/dragged it in step 3 and playback begins at that point as expected

Expected behavior
The seek pointer should update its position instantly and not wait for playback to begin.

@Nocifer Nocifer added the bug Something isn't working label Mar 21, 2022
@jeffvli
Copy link
Owner

jeffvli commented Mar 24, 2022

I'm aware of this bug, but haven't had a chance to properly diagnose it. It's actually related to why I deactivated the stop button when playback is paused in #273. Once this is fixed I should be able to do the other one as well.

@jeffvli jeffvli added this to the Release (0.15.0) milestone Apr 7, 2022
@jeffvli jeffvli self-assigned this Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants