admin管理员组

文章数量:1406177

I'm having an issue with Visual Studio 2022 17.13.2.

The problem is, if I do a quick search (CTRL+F) and start typing on the search box, it will immediately jump to the first match (and steal the cursor focus) while I'm still typing on the search box..

So for example:

Want to search for "mass" but I start typing "ma" and the cursor jumps to "main".

void main()
{
  int mass = 10;
}

Any ideas?

I'm having an issue with Visual Studio 2022 17.13.2.

The problem is, if I do a quick search (CTRL+F) and start typing on the search box, it will immediately jump to the first match (and steal the cursor focus) while I'm still typing on the search box..

So for example:

Want to search for "mass" but I start typing "ma" and the cursor jumps to "main".

void main()
{
  int mass = 10;
}

Any ideas?

Share Improve this question asked Mar 21 at 11:35 NachoNacho 991 silver badge9 bronze badges 2
  • 1 developercommunity.visualstudio/t/… – Hans Passant Commented Mar 21 at 11:50
  • developercommunity.visualstudio/t/… – Hans Passant Commented Mar 21 at 11:52
Add a comment  | 

1 Answer 1

Reset to default 0

Thanks to @hans-passant, issue was VAX. Installed a new version and the problem is resolved.

本文标签: Visual Studio 2022 odd behabior when doing quick search (loosing search box focus)Stack Overflow