<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bullet of a list is not rendered"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130144">bug 130144</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">URL</td>
           <td>
                
           </td>
           <td>http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1418834_253892949
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>rb.henschel@t-online.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bullet of a list is not rendered"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130144#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bullet of a list is not rendered"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130144">bug 130144</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>To investigate the problem, do not use bullets but numbers with different kind
on each level, e.g. A, B, C for level 1 and 1, 2, 3 for level 2.

The second group of paragraphs is a two level list too, but you do not see it,
because
1. There exists no level 1 paragraphs
2. The level 2 sub-lists have set attribute text:continue-numbering="true".

You cannot see a first level bullet in the second list, because there exists no
paragraph, which could carry this bullet.

If you want the usual behavior of nested lists, you should configure the
producer of the document to write text:continue-numbering="false" as default on
all lists.


The error in LibreOffice is, that the numbering is _not_ continued in the upper
list.

The relevant part of the ODF 1.2 spec is:
<quote>
19.781text:continue-numbering
The text:continue-numbering attribute specifies, if the numbering of the
preceding list is continued or not. This attribute is ignored, if attribute
text:continue-list 19.780 is present.

The defined values for the text:continue-numbering attribute are:

    ●true: if text:continue-list attribute is not present and the numbering
style of the preceding list is the same as the current list, the number of the
first list item in the current list is the number of the last item in the
preceding list incremented by one.  

    ●false: if the text:continue-list attribute is not present, the numbering
of the preceding list is not continued.
</quote></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>