https://bugs.documentfoundation.org/show_bug.cgi?id=157743
--- Comment #15 from Justin L <[email protected]> --- (In reply to Buovjaga from comment #12) > In 27.2, if I do "Find next", it first selects the first para and upon the > next click, the second one. For the second, the font size field is shown > blank, so it has mixed sizes. I only used 12 pt for the find, not any font > family. > > In 26.2, only "<1:2> And the earth was without form, and void; and darkness > " is selected So the conclusion to this statement is that it wasn't working earlier, and (without turning on 'including styles') it still isn't working as the user would expect/intend today. I agree. IIUC, the problem here is that 12pt is the PROGRAM default value. So by not specifying any value at all, the result is that the 'P13' paragraph-wide auto-style says 'yes, I have a match for the entire paragraph'. Then it walks through the hints and none of them say 'no, I'm 14pt', so the entire paragraph matches. When you turn on 'including styles', then paragraph wide it is now no longer a match, since the 'Default Paragraph Style' is 14pt. Essentially, by picking '12pt', you are almost doing the same as picking 'without font size' (if that were possible). Any other font size would work as expected IIUC. For example if you search for size 13, you don't ever get non-13 sizes. -- You are receiving this mail because: You are the assignee for the bug.
