mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #367] [MacOS] UI items do not react on cursor hovering them #249
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#249
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 @goodness-from-me on GitHub (Jan 18, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/367
Describe the bug
UI elements such as lists do not render as hovered upon mouse hovering over them. But when I do scroll the lists with mouse wheel the currently hovered item is properly marked as hovered.
To Reproduce
Expected behavior
Items in the lists should properly hover over mouse being over them.
Screenshots
https://user-images.githubusercontent.com/42966950/213199712-54b194d2-397f-4411-92f5-c8b8b2fa0feb.mov
Environment
Additional context
I believe it's another issue that I can observe regarding rendering after #354 has been fixed.
I am not sure wether there was the same behaviour before #354 fix.
@goodness-from-me commented on GitHub (Jan 18, 2023):
It's actually true for all the UI elements, including buttons. Edited bug description.
@jacksongoode commented on GitHub (Jan 21, 2023):
Do you use a multimonitor setup @goodness-from-me ?
@goodness-from-me commented on GitHub (Jan 21, 2023):
@jacksongoode No, I just use a MacBook Pro with no external monitor.
@jacksongoode commented on GitHub (Feb 12, 2023):
Does this still happen for you?
@goodness-from-me commented on GitHub (Feb 12, 2023):
Yes, it is still an issue on the latest version.
@Insprill commented on GitHub (May 4, 2023):
Is this still an issue? There have since been some scrolling-related fixes in Druid (
linebender/druid#2149) that I believe may have fixed this issue.@goodness-from-me commented on GitHub (May 5, 2023):
Yes, the rendering is still buggy and glitchy. But not so much as before. But every now and then on mouse hover or list scrolling items get disappeared and reappeared again in weird ways :( I can record new gifs if that helps.
@oleggtro commented on GitHub (Jul 18, 2023):
@goodness-from-me Are you by any chance using an Apple Silicon Mac?
The provided binary only supports x86 Macs and runs through Rosetta.
Building myself largely fixed the issue, but I have no idea why that could be. (There is still some flickering going on, but way way less than before)
@onpaws commented on GitHub (Sep 20, 2023):
I'm on a Apple Silicon Mac and had the same experience building a binary myself. Some combo of Psst and a previous macOS release introduced some wild flickering, but as of #354 on macOS 13.5.2, today the flickering is mild and hardly a deal-breaker.
In my view, for a music app that's open all day, consuming <100MB RAM is definitely worth the tradeoff.
Thank you @jpochyla for your great work
@oleggtro commented on GitHub (Sep 22, 2023):
I don't think there is any way to fix this flickering which would be worth the required effort
@royathan commented on GitHub (Feb 14, 2024):
Still seeing this? I'm on M1 Mac on MacOS Sonoma 14.0 and I'm not experiencing any flickering/artifacting anymore.
@jacksongoode commented on GitHub (Feb 14, 2024):
Really @literallyjustroy? I am still seeing this on M1 13.6 at least. I doubt anything would have changed since.... Have you tried moving the cursor around rapidly?
https://github.com/jpochyla/psst/assets/54308792/72dc9b3d-544a-4bca-946d-b9ee81d711e8
@royathan commented on GitHub (Feb 14, 2024):
Yep, I used to see that behavior but not anymore.


@onpaws commented on GitHub (Feb 15, 2024):
Anecdata: In Oct 22 on Intel I noticed "lots" of flickering. Later in 2023 on an Apple Silicon machine, the flickering dwindled - still there but much less. Today in 2024 I haven't noticed it in at least a few months, and despite my efforts wiggling the mouse right now can no longer repro flickering at all.
Speculation: Maybe the flickering is still there, but something is now fast enough that it's not visible? No clue 🤷
Even if it were a flicker fest, this is still my favorite Spotify client by far!
Thank you contributors <333
M2 Max / Sonoma 14.3.1
@jacksongoode commented on GitHub (Feb 16, 2024):
Can anyone else can reproduce this on macOS 13.x?