evpo / EncryptPad

Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
https://evpo.net/encryptpad
Other
433 stars 64 forks source link

Opening search dialog by using 'CTRL-F' doesn't focus on the find text field. #98

Closed cfgnunes closed 3 years ago

cfgnunes commented 3 years ago

When I press CTRL-F to open the Find dialog, the focus remains on the text and not on the search field.

Sometimes, this issue is a bit annoying if you're using only the keyboard because you always need to click on the search text field to enter the search word.

This problem does not occur when I open the search dialog by using the mouse, clicking on "Edit... -> Find...".

cfgnunes commented 3 years ago

I'm using EncryptPad 0.5.0.0 Beta on Ubuntu 20.04.

evpo commented 3 years ago

Thanks, I have seen this bug on Windows. It needs to be fixed. In the meantime you can try to press Tab after CTRL-F to avoid using the mouse.

cfgnunes commented 3 years ago

Hi! I've fixed this bug.

Please, accept the pull request #103

Thanks! 💙