https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #27 from Buovjaga <[email protected]> ---
(In reply to Robert Großkopf from comment #26)
> Seems this is getting worse.
> 
> At this moment I could only export with LO 7.1.5.2, open a text editor and
> remove 
> :0, with :0.
> :1, with :1.
> 
> With LO 7.2.5.2 and newer versions I can't get a tab between bullet and
> following text. Bullet will disappear inside the text. Seems we have to
> revert to the old behavior…
> 
> Have had this trouble every time I have updated the German Base Handbuch, so
> I didn't test it before.

I am not seeing any visual difference with the bullet.

The change is seen in the style, where the min-width for the bullet span used
to be 0.635cm and is now 0cm.

I bisected the change with the help of the command line conversion:

instdir/program/soffice --convert-to "html:XHTML Writer File:UTF8" --outdir
~/libobugs ~/libobugs/decimalseparator_xhtml.odt

The changing commit is
https://git.libreoffice.org/core/commit/9d3b39cf9fed9a305ac23d1ecaaafc8f7caaeeb0
HTML XSLT: Missing paragraph BORDER of stand-alone border paragraph
(@style:join-border problem)

However, I don't understand why the XHTML filter exports the bullet in such a
silly way:

<span style="display:block;float:left;min-width:0cm;">•</span>

It manually inserts a bullet character! The HTML filter does not do this
silliness.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to