Skip to content

EvSearchBox: make buttons don't grab focus on click

Nelson Ben requested to merge search_buttons_dont_grab_focus into main

Avoid the fact that clicking on Previous match and Next match buttons steal keyboard focus from the main view.

We already do this for other toolbar buttons.


See below an image of Next match button after being clicked, showing a dotted border which means it now has keyboard focus:

Captura_desde_2023-06-22_00-15-33

Merge request reports