https://bugs.documentfoundation.org/show_bug.cgi?id=156061
Stéphane Guillou (stragu) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|LibreOffice |Writer CC| |[email protected], | |samuel.mehrbrodt@allotropia | |.de, | |stephane.guillou@libreoffic | |e.org Version|7.5.4.2 release |7.2.0.0.alpha0+ --- Comment #6 from Stéphane Guillou (stragu) <[email protected]> --- (In reply to Mike Kaganski from comment #4) > Likely related to commit db04be037b611e296ef9f2542322c52ed82d7a2b. > However, the function that checks if the paragraph should be hidden only > checks that field text is empty - i.e., no characters. Some whitespace is > not empty, so should not make it hidden. Thus, it is likely an import issue, > turning whitespace into nothing. > > Interesting, if it worked between 6.1 (where the feature was implemented) > and 7.5? Testing with "Tools > Options > Writer > Compatibility > Hide paragraphs of database fields" on: - 6.1 build at db04be037b611e296ef9f2542322c52ed82d7a2b shows the paragraph. - starts being hidden in 7.2 I had to bisect in --safe-mode. Bibisected with linux-64-7.2 repo to first bad commit 426308e0d943e62cfe25211ced21fa90c02a97ac which points to core commit: commit ac14ed9f26582701032a28cb424f2b6bf35ca7fd author Samuel Mehrbrodt <[email protected]> Wed Dec 09 09:11:24 2020 +0100 committer Samuel Mehrbrodt <[email protected]> Thu Dec 10 16:50:42 2020 +0100 Don't show HiddenParagraphs by default Showing them means that the layout is different from what is printed. This probably shouldn't be the default. The similiar HiddenCharacter is also false by default. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107385 I don't understand the feature(s) enough to judge if that was by design. Samuel and Mike? -- You are receiving this mail because: You are the assignee for the bug.
