To reproduce: 1. Open mousepad 2. Type "hello" 3. Press ctrl-f 4. Search for 'z' 5. Click 'previous' Expected result: text cursor does not move since 'z' does not exist in the document. Actual result: text cursor moves backwards through the document by one character each time you press "previous".
This is a result of the following commit: https://git.xfce.org/apps/mousepad/commit/?id=0061a2168f820035c278f883bd056a2cee57ea4a
Created attachment 8459 proposed patch
Theo Linkspfeifer referenced this bugreport in commit 905686ee95cdb110368c7d94328e52fc50b6f613 Do not move text cursor when searching backwards (Bug #14942) https://git.xfce.org/apps/mousepad/commit?id=905686ee95cdb110368c7d94328e52fc50b6f613
Looks good to me, I didn't notice any regression wrt Bug #10999.