microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.99k stars 29.54k forks source link

Tooltips missing on file search #133185

Closed HaveSpacesuit closed 3 years ago

HaveSpacesuit commented 3 years ago

Issue Type: Bug

Hover on the buttons in the file search bar. The "Toggle Replace" button shows a tooltip, but the other buttons (Match Case, Match Whole Word, Use Regular Expressions, Previous/Next result, Close, etc.) do not show the title tooltip. I suspect this is a recent regression.

image

VS Code version: Code 1.60.1 (83bd43bc519d15e50c4272c6cf5c1479df196a4d, 2021-09-10T17:07:10.714Z) OS version: Windows_NT x64 10.0.19042 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (12 x 2592)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|31.82GB (18.01GB free)| |Process Argv|--crash-reporter-id 9d722a95-7d61-4158-9691-550c2baf45dd| |Screen Reader|no| |VM|0%|
Extensions (14) Extension|Author (truncated)|Version ---|---|--- vscode-eslint|dba|2.1.25 xml|Dot|2.5.1 gitlens|eam|11.6.0 prettier-vscode|esb|8.1.0 vscode-nuget-package-manager|jmr|1.1.6 svg|joc|1.4.9 vscode-scss|mrm|0.10.0 csharp|ms-|1.23.15 debugger-for-chrome|msj|4.13.0 vscode-subword-navigation|ow|1.2.0 rescuetime|Res|1.0.1 vscode-autohotkey|sle|0.2.2 code-spell-checker|str|2.0.4 errorlens|use|3.4.0
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 pythonvspyt678:30270856 pythonvspyt602:30300191 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvspyt639:30300192 pythontb:30283811 pythonvspyt551:30345470 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 pythondataviewer:30285071 pythonvsuse255:30340121 vscod805:30301674 pythonvspyt200:30340761 vscextlangct:30333562 binariesv615:30325510 vsccppwt:30364497 pythonvssor306:30344512 bridge0708:30335490 pygetstartedt2:30360495 bridge0723:30353136 pythonrunftest32:30365366 pythonf5test824cf:30361778 javagetstartedc:30364665 pythonvspyt187:30365361 pydsgsc2:30361791 vssid140:30363603 vssur157:30365996 ```
roblourens commented 3 years ago

They all show up for me. I don't know what is different about Toggle Replace. Can you reload the window and check again? Or try in our Insiders build?

HaveSpacesuit commented 3 years ago

TBH, I'm not interested in downloading the insiders build 🙂. But I've restarted VS Code several times, and it's still an issue for me today. Other tooltips are working. I only noticed because I was trying to figure out what this button does, and without a tooltip its not very clear.

image

HaveSpacesuit commented 3 years ago

Ok, I figured it out. I don't think it is a VS Code issue, but a Windows issue. I have the window maximized, and the tooltips are showing on a different monitor. If I reduce the window size, they show up in the correct location. It's the same for any tooltips on the edge of the screen there.

This is happening to me with other apps besides VS Code, so it is not your issue. Thanks!

image

roblourens commented 3 years ago

That's interesting... thanks for checking that