Open ading2210 opened 8 months ago
Could you confirm whether the behavior occurs on Codespaces and/or vscode.dev as well? This very well could be an upstream issue.
Actually nevermind, I just tried and it does not reproduce in Codespaces.
Weirdly, the tooltips there do not seem to obey the theme, so I guess they are native tooltips? But code-server is using non-native tooltips for some reason?
Issue also happens in vscode.dev
Just installed this a few days ago and this is pretty annoying.
code-server: v4.89.1 Code: 1.89.1 Commit: effc6e95b4ad1c5ac5f9083ec06663ba4a2e005c Date: 2024-05-13T18:42:51.662Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0
Also experiencing this same issue in Firefox 131.0.2.
A workaround I have found is to set settings.json workbench.hover.delay
to 0
which stops the tooltips getting 'stuck'. Caveat seems to be that the tooltips don't seem to reliably show in the workbench anymore, although I find this less distracting than the stuck tooltips.
Is there an existing issue for this?
OS/Web Information
code-server --version
:Steps to Reproduce
Expected
The tooltips inside the file explorer/tab bar should disappear once the cursor has been moved away from them.
Actual
The tooltips remain until some other pane gets focused, rather than disappearing when the mouse is moved away.
Logs
Screenshot/Video
https://github.com/coder/code-server/assets/71154407/67e8dd39-f314-4323-bdfd-de9e373f3d26
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over a secure context?
Notes
This issue does not occur in Chromium-based browsers such as Brave.
This issue did not occur in an older version of code-server which I recently updated from.