Describe the bug
Changing the search path in the file browser could have unforeseen consequences if we're using the editor. So far I was unable to open a gate to the fourth dimension. I'm still trying however.
To Reproduce
Steps to reproduce the behavior:
Compose an e-mail.
Open the file browser
Focus the search path editor (using :)
Replace the path with an invalid path and press Escape
Try to move up a parent with CTRL+u. The search path is now set to . and you won't be able to reset it to anything else.
Expected behavior
Allow to abort editing, so that the editor reset's it's input state to the previous input.
Screenshots
None
Additional context
I actually think that almost none of our input fields allow to discard invalid input on user request :/
With this one I'm giving the Brick filebrowser another attempt. Doesn't have the fancy unicode checkboxes, but I'm not really keen on maintaining our own instance of a file browser with potential problems.
Describe the bug Changing the search path in the file browser could have unforeseen consequences if we're using the editor. So far I was unable to open a gate to the fourth dimension. I'm still trying however.
To Reproduce Steps to reproduce the behavior:
:
)Escape
CTRL+u
. The search path is now set to.
and you won't be able to reset it to anything else.Expected behavior Allow to abort editing, so that the editor reset's it's input state to the previous input.
Screenshots None
Additional context I actually think that almost none of our input fields allow to discard invalid input on user request :/