Bug 168292 - Bullet Library has repetitive content
Summary: Bullet Library has repetitive content
Status: ASSIGNED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Heiko Tietze
URL:
Whiteboard:
Keywords: needsUXEval, regression
Depends on:
Blocks: Bullet-Number-Outline-Lists
  Show dependency treegraph
 
Reported: 2025-09-05 20:37 UTC by Heiko Tietze
Modified: 2025-09-08 13:10 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
Current master output. (2.62 KB, image/png)
2025-09-08 07:37 UTC, Miklos Vajna
Details
Proposed patch output (1.86 KB, image/png)
2025-09-08 07:39 UTC, Miklos Vajna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2025-09-05 20:37:11 UTC
The bullet widget in the toolbar as well as the Bullets and Numbering dialog > Unordered lists contains of many glyphs that are identical, for example the white circle U+25CB. This seems to be a regression from https://gerrit.libreoffice.org/c/core/+/185208 after modifications in https://gerrit.libreoffice.org/c/core/+/163735 and https://gerrit.libreoffice.org/c/core/+/174028
Comment 1 Heiko Tietze 2025-09-05 20:41:33 UTC
Patch at https://gerrit.libreoffice.org/c/core/+/190626, it might require to clean the user profile (the "DefaultBullets" are stored in the registry).
Comment 2 V Stuart Foote 2025-09-07 17:30:01 UTC
Yes, that puts the default bullet selection back to where things were left for bug 108697
Comment 3 Miklos Vajna 2025-09-08 07:37:40 UTC
Created attachment 202732 [details]
Current master output.

Testing the proposed patch using the workflow where you have an empty Writer document and you press Shift-F12 to create a bulleted paragraph, then you add 2 more paragraphs to also have level 2 and level 3 paragraphs, I get an output which looks worse than before. I attach how it works here currently on master first. This looks ~good: each bullet glyph looks roughly the same size and at least the first 3 levels are different.
Comment 4 Miklos Vajna 2025-09-08 07:39:35 UTC
Created attachment 202733 [details]
Proposed patch output

And here is the output I get for the proposed patch. I don't have a strong view on how it should look like, but it seems the 2nd glyph and the 3rd glyph is significantly larger and apart from the size difference, the first and the second level is the same.
Comment 5 V Stuart Foote 2025-09-08 12:34:50 UTC
(In reply to Miklos Vajna from comment #4)
> Created attachment 202733 [details]
> Proposed patch output
> 
> And here is the output I get for the proposed patch. I don't have a strong
> view on how it should look like, but it seems the 2nd glyph and the 3rd
> glyph is significantly larger and apart from the size difference, the first
> and the second level is the same.

Yes, and this is a font issue with OpenSymbol. 

If we want them to match in scale we would need to curate the glyph offerings per Unicode of our OpenSymbol deployment. Mindful of issues like bug 49547 in other places we specify OpenSymbol for our UI. 

However, as noted bug 108697 and dupes, users have expressed a desire that the defaults include the larger flavor and non-filled glyphs so their lists could function as checklists (boxes and circles).

And in the end, "indented" unordered lists are user preferences as to glyph choice--and with Samuels rework for bug 108697 [1], they may customize as they see fit. 

And otherwise, we disrupt their workflows providing a set of repeating defaults.

=-ref-=
[1] https://gerrit.libreoffice.org/c/core/+/163735