Created attachment 120373 [details] Screenshot If search strings are not found, the message "Search key not found" is vertically misaligned (not centered, see screenshot). The baseline of the message should be the same as the baseline of "Find All" and "Match Case".
This specific isssue is for me not reproducible with LO 5.0.3.2, Win 8.1. But I have another rendering problem, because "Match Case" has a larger font size than "Find All" and is also misaligned similar to the example of Thorsten.
Confirming also on Version: 5.1.0.0.alpha1+ Build ID: b59bf9f6397641750ad3db50312a1133d7e8fc3f Locale : fr-FR (fr.UTF-8)
Text "Search key not found" is no longer displayed.
Created attachment 127616 [details] Misaligned text Still a problem in 5.2.1.2 Also please note the empty placeholder on tooltip.
This affects writer as well so changing component. Before 4.3, search errors used to show a message box.
Adjusting earliest version. I guess bibisect could be used here to get a code pointer.
Created attachment 130660 [details] bibisect output, using Calc Working in the bibisect-43max repository, I see that the misaligned text starts as soon as the message moves from a dialog box to the Find toolbar. This happens 4 commits earlier for Writer than for Calc: commit s-h date -------- -------- ------------------- msgbox 8dc3e465 d6f13b6a 2014-02-05 18:09:11 Writer e31ca1ea f25cdaa7 2014-02-05 18:09:15 Calc db294f9f d50e08b4 2014-02-05 18:10:04 The two commits implicated are: commit f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 Author: Matúš Kukan <matus.kukan@collabora.com> Date: Tue Feb 4 15:46:41 2014 +0100 fdo#74132: Do not interrupt search in Writer. Instead of "Do you want to continue at the beginning?" dialog, just inform that we were at the end of the document in new label. Also replace 'Search key not found' dialog with label. Change-Id: I6a140cbad93406b73996f87a6d05fcc5d245fdbf commit d50e08b4e18ad6fa8b4078df6e23ffbaf47e708c Author: Matúš Kukan <matus.kukan@collabora.com> Date: Wed Feb 5 13:47:45 2014 +0100 fdo#74132: Do not interrupt search in Calc. Extending f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 "fdo#74132: Do not interrupt search in Writer." for Calc. Change-Id: I3a7e5070300993d2811a79f17cb1b2edb0355c44 With SAL_USE_VCLPLUGIN=gtk3, in Writer, the Find toolbar grossly misplaces the "not-found" message, putting it at the upper left of the toolbar, overlapping other controls. In the daily Linux dbgutil repository version 2017-01-21, the situation is improved: the message is merely misligned as reported in this report. I wonder if this could be an easyHack, in view of the cosmetic nature of the problem. I am removing keyword bibisectRequest and adding keywords bisected, bibisected, needsDevEval.
Created attachment 130661 [details] bibisect output, using Calc
it seems like a duplicate of bug 81925 *** This bug has been marked as a duplicate of bug 81925 ***