Closed
Description
Godot version
v4.2.beta1.official [b137180]
System information
Godot v4.2.beta1 - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 Ti (NVIDIA; 31.0.15.3758) - Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz (4 Threads)
Issue description
When editing code in Godot, and searching with Ctrl+F we get a search bar at the bottom of the text editor. When pressing ESC it loses focus... But then - apparently - nothing has focus.
Pressing ESC should return focus to the code editor, as it did until v4.2.dev6.official [57a6813]
Steps to reproduce
While editing code in any project, press CTRL+F to bring up the search bar, then press ESC, and try to write, observe you are no longer writing in the code editor because it does not have focus.
Minimal reproduction project
N/A