SUMMARY Search box continues to show a match (green background) even after Clear Scrollback (and Reset) STEPS TO REPRODUCE 1. Search history for existing string 2. "Clear Scrollback" (or "Clear Scrollback and Reset") OBSERVED RESULT Search box is still green indicating there is a result found in current (cleared) view. EXPECTED RESULT Search box should become red indicating no result. (i.e. search should be re-run, and no result would be found)
Confirmed on current master.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/863
Git commit 09237ee02f0bf998061d092b9ce73dcfafaa795d by Kurt Hindenburg, on behalf of Theodore Wang. Committed on 16/06/2023 at 17:10. Pushed by hindenburg into branch 'master'. Fixed search bar false positive after clear scrollback (and reset) To prevent the search bar from continuing to show a match by emitting green even after clearing scrollback and resetting, search is rerun whenever the searchbar is opened. M +3 -1 src/session/SessionController.cpp https://invent.kde.org/utilities/konsole/-/commit/09237ee02f0bf998061d092b9ce73dcfafaa795d