mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #11] [GUI] Hovered item not correctly highlighted after scrolling down. #12
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#12
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 @enellis on GitHub (Jan 4, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/11
System: macOS 10.15.17
In the song select list its flickering really fast (not visible in the gif) and in the playlist view on the left sidebar it is highlighting the wrong playlist after scrolling down. After scrolling all the way up it is working normally again.
@jpochyla commented on GitHub (Jan 4, 2021):
Thanks for the report! I've encountered a few scrolling bugs in Druid, and there is a PR with a fix for similar issue pending in the Druid repo: https://github.com/linebender/druid/pull/1475. Do you feel like testing if it fixes this particular problem?
@enellis commented on GitHub (Jan 5, 2021):
Sure, I'm glad to help. I saw the PR got merged and I tried it again.
Unfortunately the issue still persists and seems to be correlated with linebender/druid#1507.Nevermind. I referenced the wrong commit. It works reliably now.
@jpochyla commented on GitHub (Jan 6, 2021):
Thanks!