Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

Autocomplete dialog prevents to focus find input on Ctrl+F #5529

Closed pintassilgo closed 1 month ago

pintassilgo commented 1 month ago

Do something so that autocomplete dialog is open. Example: set autocomplete_autoshow_chars = 1, install Complete from Text then type "test" followed by "te", so autocomplete will suggest "test".

Now press Ctrl+F to open findbar and focus find input. It doesn't work. It closes autocomplete dialog as expected and opens findbar, but it fails to focus find input. So if you start typing, it will write in editor, but it should write in find input.