Description: Second level bullet lists saved in LO versions previous than 25.2 are displayed wrong: Serif text and round bullet. Steps to Reproduce: 1. Open attached presentation 2. Look at the second level bullet lists Actual Results: Lists are using serif font and round bullets instead of lines and sans-serif font. (See screenshot). Allignment is off as well. Expected Results: See screenshots Reproducible: Always User Profile Reset: No Additional Info: Reproducible in: Version: 25.2.0.3 (X86_64) / LibreOffice Community Build ID: e1cf4a87eb02d755bce1a01209907ea5ddc8f069 CPU threads: 8; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Raster; VCL: win Locale: ro-RO (ro_RO); UI: en-US Calc: CL threaded Works fine in: Version: 24.8.2.1 (x86) / LibreOffice Community Build ID: 0f794b6e29741098670a3b95d60478a65d05ef13 CPU threads: 8; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Raster; VCL: win Locale: en-US (ro_RO); UI: en-US Calc: CL threaded
Created attachment 199405 [details] Correct bullet list in LO 24.8
Created attachment 199406 [details] Wrong bullet list in LO 25.2
Created attachment 199407 [details] Sample bullet list
Not clear why, but the unordered list styles for *existing* documents are being corrupted. See https://bugs.documentfoundation.org/show_bug.cgi?id=165387#c5 Unordered lists were reworked for bug 108697, but that first went in at 24.8, with tweaks in for 25.2 =-ref-= [1] https://gerrit.libreoffice.org/c/core/+/174028 [2] https://gerrit.libreoffice.org/c/core/+/163735
Confirm in 25.2.0.3 with fresh profile. The 'Bullets and Numbering' dialog shows the Bullet preview with the U+25CF BLACK CIRCLE in all rows, rather than the styled bullet U+2013 EN DASH. And the 2nd level bullets rendered in Serif But then could not confirm in 25.2.1.1 with a fresh profile. Nor in 25.8.0 for 2025-02-20 master. The unordered list bullet as styled and font for item came through. Weird... So maybe => WFM =-testing-= present in Version: 25.2.0.3 (X86_64) / LibreOffice Community Build ID: e1cf4a87eb02d755bce1a01209907ea5ddc8f069 CPU threads: 8; OS: Windows 10 X86_64 (10.0 build 19045); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded not present Version: 25.2.1.1 (X86_64) / LibreOffice Community Build ID: e538fb6403facdfd3db0250c3b3278236c675c2a CPU threads: 8; OS: Windows 10 X86_64 (10.0 build 19045); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded nor Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7a84593ec130b41da35d98fe7d45a71706935909 CPU threads: 8; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
*** This bug has been marked as a duplicate of bug 164640 ***
(In reply to Saburo from comment #6) > > *** This bug has been marked as a duplicate of bug 164640 *** Thanks, missed that. And yep, that is it with https://gerrit.libreoffice.org/c/core/+/180505 fix having made it into the 25.2.1.1 build.
Great news the fix is coming soon in the release. I wonder if we have any possibility to automate a test for the bullets to make sure they are not broken again in the future.
(In reply to Mihai Vasiliu from comment #8) > Great news the fix is coming soon in the release. I wonder if we have any > possibility to automate a test for the bullets to make sure they are not > broken again in the future. There is a massive library of QA tests that get run at build time, suspect one already is available. One of them just didn't get exercised for the Parent Style optimization that caused this. /me not overly concerned.
(In reply to Mihai Vasiliu from comment #8) > Great news the fix is coming soon in the release. I wonder if we have any > possibility to automate a test for the bullets to make sure they are not > broken again in the future. Xisco just posted up appropriate unit testing https://gerrit.libreoffice.org/c/core/+/182166
I just saw it! Great news!