Spaces:
Running
Icon tooltips for model/dataset/spaces/etc take a lot of time to show
I would like to hover over the icons and see the tooltips almost immediately, but at least in my case, it took almost 3 seconds to show.
@santiviquez this tooltip is handled by your web browser. Some browsers display it quicker than others. Which one do you use?
Ahh, interesting. In the video, I'm using Arc (Chromium), but I also just tried it on Safari, and it shows a similar behavior.
It's indeed long on Safari & chromium but only on macOS, because there's a system preference to have a delay before a tooltip is shown.
I've just tested it and by running the following and restarting the browser the tooltip delay is reduced:
defaults write -g NSInitialToolTipDelay -int 100
The title
attribute is standard so we will keep relying on it on our side for now.
Good to know, thanks for the explanation!