Caused by rB4ba9d7d71e8f: Fix fast clicks on File Browser sort columns not changing sorting.
Above commit was meant to prevent file.execute() for double-clicks
outside the file list [in order to allow fast clicks on the sort
columns], but effectively did this for all events [so ENTER / RETURN was
not working anymore when the mouse was over the text field].
This is usually where your mouse is when saving, forcing the user to
move the mouse, which is quite annoying.