https://issues.apache.org/ooo/show_bug.cgi?id=122188
Bug ID: 122188
Issue Type: DEFECT
Summary: too many spaces that follow <text:s/> are collapsed
Classification: Application
Product: Writer
Version: AOO 3.4.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: formatting
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 80606
--> https://issues.apache.org/ooo/attachment.cgi?id=80606&action=edit
test document for space collapsing
In ODF consecutive space are collapsed. E.g.
<text:p><text:span>a </text:span> b</text:p>
should have 1 space between 'a' and 'b'. <text:s/> is used for non-collapsing
spaces.
LibreOffice collapses normal spaces after <text:s/>, for example:
<span>a </span><s/> <span>b</span>
should have 3 spaces between 'a' and 'b'. LibreOffice only shows 2.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.