mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #845] Mouse seeking doesn't respect progress bar position #1441
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1441
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Insaneko on GitHub (Oct 4, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/845
Describe the bug
Seeking with mouse behaves like
progress_bar_positionis set to the defaultBottomeven if it is not.To Reproduce
Rightin app.tomlExpected behaviour
Seeking should respect the progress bar's position.
Environment
Additional context
One thing to keep in mind is that people also use custom resolutions for the images and that would have to be taken into account when calculating a new relative seek.