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
1 Answer
Reset to default 0Thanks 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
版权声明:本文标题:Visual Studio 2022 odd behabior when doing quick search (loosing search box focus) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744356870a2602348.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论