mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #281] Incorrect repainting while scrolling playlists #199
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#199
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 @adamsoutar on GitHub (Feb 20, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/281
Describe the bug
If you leave your cursor hovered over a track and scroll using the scroll-wheel (or a trackpad gesture in my case), it paints the hover state over multiple songs. I would expect it to only be one track at a time, like it does when you move the mouse without scrolling.
I wondered if this was a bug in druid, but it does not happen on the playlist sidebar, only the tracks.
Screenshots
Environment
@fabian-st commented on GitHub (Jun 24, 2022):
Can confirm this issue on Ubuntu 20.04
@clin045 commented on GitHub (Jun 27, 2022):
Looks to be related to https://github.com/linebender/druid/issues/2181 in Druid
@jpochyla commented on GitHub (Sep 22, 2022):
Hi, sorry for the wait :( Fixed in master!