Does this issue occur when all extensions are disabled?: Yes
VS Code Version: Version: 1.93.1
OS Version: macOS 13.6.5
This bug drives me crazy when switching between panes, because the keyboard focus will shift to the wrong part of the UI and cause my typing to show up in the find panel rather than the actual file I'm trying to edit.
Steps to Reproduce:
Set user preference editor.find.globalFindClipboard to true
Open a new window
Pick the menu View > Editor Layout > Two Columns
With the left column focused, type in some text, any text. (It doesn't matter what it is.)
Pick the menu Edit > Find to open the find panel.
Type 'foo' into the find panel
Select the text you typed in the leftmost column so that the find panel does not have keyboard focus
Switch focus to the rightmost column
Pick the menu File > New Text File
Pick the menu Edit > Find to open the find panel in the rightmost pane
Type 'bar' into it
Click inside the leftmost column to attempt to move keyboard focus to it
Note that the focus actually erroneously moves to the find pane, not the text editor!
Does this issue occur when all extensions are disabled?: Yes
This bug drives me crazy when switching between panes, because the keyboard focus will shift to the wrong part of the UI and cause my typing to show up in the find panel rather than the actual file I'm trying to edit.
Steps to Reproduce:
editor.find.globalFindClipboard
totrue