-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[MacOS] UI items do not react on cursor hovering them #367
Comments
It's actually true for all the UI elements, including buttons. Edited bug description. |
Do you use a multimonitor setup @goodness-from-me ? |
@jacksongoode No, I just use a MacBook Pro with no external monitor. |
Does this still happen for you? |
Yes, it is still an issue on the latest version. |
Is this still an issue? There have since been some scrolling-related fixes in Druid ( |
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. |
@goodness-from-me Are you by any chance using an Apple Silicon Mac? The provided binary only supports x86 Macs and runs through Rosetta. |
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. |
I don't think there is any way to fix this flickering which would be worth the required effort |
Still seeing this? I'm on M1 Mac on MacOS Sonoma 14.0 and I'm not experiencing any flickering/artifacting anymore. |
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? Screen.Recording.2024-02-13.at.8.14.58.PM.mov |
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 🤷 M2 Max / Sonoma 14.3.1 |
Can anyone else can reproduce this on macOS 13.x? |
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
Screen.Recording.2023-01-18.at.2.32.54.pm.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.
The text was updated successfully, but these errors were encountered: