https://bugs.freedesktop.org/show_bug.cgi?id=61495

--- Comment #7 from Maciej Rumianowski <maciej.rumianow...@gmail.com> ---
I've done some more research, below are differences in flat odt files.
Indent-Bug.fodt:
<text:list xml:id="list1342197654" text:style-name="L1">
    <text:list-item>
     <text:p text:style-name="P2">Test1</text:p>
     <text:list>
      <text:list-item>
       <text:p text:style-name="P3">Test2<text:line-break/>Indent <text:span
text:style-name="T1">(Shift+Enter)</text:span><text:line-break/>Indent
<text:span text:style-name="T1">(Shift+Enter)</text:span></text:p>
      </text:list-item>
      <text:list-item>
       <text:p text:style-name="P2">Test2</text:p>
       <text:p text:style-name="P2">Indent <text:span
text:style-name="T1">(Backspace)</text:span></text:p>
       <text:p text:style-name="P3">Indent <text:span
text:style-name="T1">(Backspace)</text:span></text:p>
      </text:list-item>
     </text:list>
    </text:list-item>
    <text:list-item>
     <text:p text:style-name="P3">Test1<text:line-break/>Indent <text:span
text:style-name="T1">(Shift+Enter)</text:span></text:p>
     <text:p text:style-name="P3">Indent <text:span
text:style-name="T1">(Backspace)</text:span></text:p>
    </text:list-item>
    <text:list-item>
     <text:p text:style-name="P2">Test1</text:p>
    </text:list-item>
   </text:list>
Indent-Bug2.fodt (this was done odt->docx->fodt):
<text:list xml:id="list4803795411" text:style-name="WWNum1">
    <text:list-item>
     <text:p text:style-name="P2">Test1</text:p>
     <text:list>
      <text:list-item>
       <text:p text:style-name="P2">Test2<text:line-break/>Indent
(Shift+Enter)<text:line-break/>Indent (Shift+Enter)</text:p>
      </text:list-item>
      <text:list-item>
       <text:p text:style-name="P2">Test2</text:p>
      </text:list-item>
     </text:list>
    </text:list-item>
   </text:list>
   <text:p text:style-name="Standard">Indent (Backspace)</text:p>
   <text:p text:style-name="Standard">Indent (Backspace)</text:p>
   <text:list xml:id="list2091705632" text:continue-numbering="true"
text:style-name="WWNum1">
    <text:list-item>
     <text:p text:style-name="P2">Test1<text:line-break/>Indent
(Shift+Enter)</text:p>
    </text:list-item>
   </text:list>
   <text:p text:style-name="Standard">Indent (Backspace)</text:p>
   <text:list xml:id="list1087656376" text:continue-numbering="true"
text:style-name="WWNum1">
    <text:list-item>
     <text:p text:style-name="P2">Test1</text:p>
    </text:list-item>
   </text:list>

Differences are:
1. When Indent with Shift+Enter there is 1 paragraph <text:p>...</text:p> with
line breaks
   When Indent with Backspace there are 3 paragraphs no line breaks
2. In Indent-Bug2.fodt paragraphs with "Indent (Backspace)" are outside list
<text:list>...<text:list>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to