Open the find dialog and search again the same thing
The search text will disappear
Expected behavior
Search text should not disappear, no matter whether it is found or not.
Additional context
This happens because the tool attempts to add a string to the recent list that already
exists. To put it at the top of the list, it briefly gets removed, then inserted back at index 0.
For the ComboBox bindings work, the selected item must always appear on the list.
To Reproduce Steps to reproduce the behavior:
Expected behavior Search text should not disappear, no matter whether it is found or not.
Additional context This happens because the tool attempts to add a string to the recent list that already exists. To put it at the top of the list, it briefly gets removed, then inserted back at index 0. For the ComboBox bindings work, the selected item must always appear on the list.