https://bz.apache.org/ooo/show_bug.cgi?id=126205
Issue ID: 126205
Issue Type: DEFECT
Summary: Problem with bullets and indent and save and reload
Product: Writer
Version: 4.1.1
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: formatting
Assignee: [email protected]
Reporter: [email protected]
This sounds alot like 39519
I enter a few lines of text
Select the lines and click bullet icon and they become a bulleted list.
Select the lines and hit indent twice and they indent nicely.
Save the document and reload
the bullets and indenting are gone.
After I repeat the bullet and indent and save and reload a few times I looked
at the content.xml file and I see this:
<text:list xml:id="list8363073000402595493" text:style-name="L1">
<text:list-item>
<text:list>
<text:list-item>
<text:list>
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P2">aaaaaaaaa</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P2">bbbbbbbbb</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P2">ccccccccc</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P2">ddddddddd</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P2">eeeeeeeee</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P2">fffffffff</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
So the indents are turning this into embedded lists but when reloaded, the
display does not seem to reflect them.
This is a bit of an annoying bug since I can't reliably get bullet formatting
to display correctly and it seems to get lost after save/reload causing me to
re-edit the content.
--
You are receiving this mail because:
You are the assignee for the issue.