Issue Type: Bug
Steps to Reproduce:
- Start up vscode
- Open a text file (or create a new one)
- Activate
Tab Moves Focus (ctrl + m)
At this point if you use tab to navigate, the tab order goes:
- Text editor
- Status bar
But if you do one of the following things:
- Open
Find and close it again (ctrl + f and escape)
- Toggle
Match Case (alt + c)
- Toggle
Match Whole Word (alt + w)
- Toggle
Use Regular Expression (alt + r)
- Toggle
Preserve Case (alt + p)
Then the tab order goes:
- Text editor
Match Case button
Match Whole Word button
Use Regular Expression button
Preserve Case button
- Status bar
Match Case, Match Whole Word and Use Regular Expression buttons become visible for a short moment if you press space or enter while focused on them. Preserve Case doesn't become visible when pressing space or enter,
but you can see it has been toggled by opening the the Find widget.
You can get back to the previous tab order if you reload vscode
Does this issue occur when all extensions are disabled?: Yes
This is also reproducible on vscode.dev and github.dev
VS Code version: Code 1.66.1 (8dfae7a, 2022-04-06T14:51:26.173Z)
OS version: Linux x64 5.10.101-14958-ge846e44211d8
Restricted Mode: No
Issue Type: Bug
Steps to Reproduce:
Tab Moves Focus(ctrl+m)At this point if you use tab to navigate, the tab order goes:
But if you do one of the following things:
Findand close it again (ctrl+fandescape)Match Case(alt+c)Match Whole Word(alt+w)Use Regular Expression(alt+r)Preserve Case(alt+p)Then the tab order goes:
Match CasebuttonMatch Whole WordbuttonUse Regular ExpressionbuttonPreserve CasebuttonMatch Case,Match Whole WordandUse Regular Expressionbuttons become visible for a short moment if you pressspaceorenterwhile focused on them.Preserve Casedoesn't become visible when pressingspaceorenter,but you can see it has been toggled by opening the the
Findwidget.You can get back to the previous tab order if you reload vscode
Does this issue occur when all extensions are disabled?: Yes
This is also reproducible on vscode.dev and github.dev
VS Code version: Code 1.66.1 (8dfae7a, 2022-04-06T14:51:26.173Z)
OS version: Linux x64 5.10.101-14958-ge846e44211d8
Restricted Mode: No