Skip to content

filechooserentry: unselect text when unfocused

Nelson Ben requested to merge gtk3_fix_chooser_entry_selection into gtk-3-24

There's no gain in keeping text selected while entry is unfocused other than confusing users which (misguided by the strong selection color) think the entry is focused and so start typing to edit the text but then an unexpected search dialog appears.

Fixes #326
Fixes #665 (closed)

Merge request reports