mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #734] Mouse movement causes music playback to rewind unexpectedly #1370
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#1370
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 @Danialsamadi on GitHub (May 24, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/734
Describe the bug
When I hover my mouse over the interface and move it around, the currently playing music unexpectedly rewinds or goes backward.
To Reproduce
Steps to reproduce the bug:
spotify-playerExpected behaviour
The mouse movement should not affect music playback. I expect the song to continue playing normally regardless of mouse interaction.
Log and backtrace
spotify-player-25-05-24-15-01.log
Screenshots
https://github.com/user-attachments/assets/e1fe607b-9e75-40db-85c4-781524be3bf5
Environment
Additional context
This bug makes the application difficult to use with a mouse, especially while browsing or navigating the UI. The issue seems related to mouse input being incorrectly interpreted as playback control.
@aome510 commented on GitHub (Jun 22, 2025):
This is very interesting and I don't know why it happened. Maybe you can clone the repo and run the app with additional loggings in this function:
github.com/aome510/spotify-player@7247aa6495/spotify_player/src/event/mod.rs (L34-L59)to see what kind of terminal events are listened