setActions
happening unexpectedly causes filter input to lose focus
#226661
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
In insider's, use
ctrl/cmd+f
to focus any filter input box (problems, debug console, etc). 🐛 it receives focus then focus is lost.focus.mov
updateActions
is occurring very frequently. This callssetActions
, which causes focus loss for all of the filter view input boxes.vscode/src/vs/base/browser/ui/toolbar/toolbar.ts
Lines 208 to 210 in 94f8698
The text was updated successfully, but these errors were encountered: