-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: downloads sparkline hover is hidden under mouse #8301
Comments
According to https://stackoverflow.com/questions/1889487/get-size-of-mouse-cursor-in-javascript there is no way of querying for the cursor size from a web-context. We could maybe change the cursor to a size of our liking when hovering the sparkline - but that seems unfriendly to people who chose a larger cursor. Perhaps we should put the tooltip in a fixed position? |
Anyway, I'm not a UI designer, I defer to folks with much more design ability than myself. Just wanted to report that at least in my setup I couldn't read the numbers. Thanks! |
When you hover the sparkline the number tracks under your cursor (rather than the line), so you can't move the mouse off from over the number to see it.
Screenshots don't show the mouse cursor, so it's hard to show you the bug.
FYI @szakarias
The text was updated successfully, but these errors were encountered: