Description of the Issue
I think it would be store the contents of the search line edit, in case someone accidentally presses the down key while writing a search term.
Tested in 8.5.2
Current Behavior
- Enter search text
- Press down key (search text is replaced by history entry)
- Press up (nothing changes, original search text is lost)
This can be pretty annoying if you try to write a complex regex term only to accidentally hit arrow up instead of arrow left so you have to start over.
Expected Behavior
- Enter search text (draft is stored somewhere)
- Press arrow down
- Press arrow up (draft is restored, only if going up from the first history element)