Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-21953

Export to ODF (unor/or)dered lists goes wrong

    XMLWordPrintable

Details

    Description

      Converting to ODF ordered and unordered lists doesn't go well.
      The last point before a tabbed part will show up after the tabbed and not listed:

      ex:

      * Unordered list A
      * Unordered list B
      * Unordered list C
          * Unordered list CA
              * Unordered list CAA
              * Unordered list CAB
          * Unordered list CB
      * Unordered list D
      * Unordered list E
      

      after exporting will become:

      * Unordered list A
      * Unordered list B
              * Unordered list CAA
              * Unordered list CAB
            Unordered list CA
          * Unordered list CB
        Unordered list C
      * Unordered list D
      * Unordered list E
      

      Notice: wrong rows also looses the "*"

      Steps to reproduce:

      1. Create an article with following xml on body field:
        <header level="1">Unordered list</header>
        <ul>
          <li>Unordered list A</li>
          <li>Unordered list B</li>
          <li>Unordered list c
            <ul>
              <li>Unordered list CA
                <ul>
                  <li>Unordered list CAB</li>
                </ul>
              </li>
              <li>Unordered list CB</li>
            </ul>
          </li>
          <li>Unordered list D</li>
          <li>Unordered list E</li>
        </ul>
        
        <header level="1">Ordered list</header>
        <ol>
          <li>Ordered list 1</li>
          <li>Ordered list 2</li>
          <li>Ordered list 3
            <ol>
              <li>Ordered list 3.1
                <ol>
                  <li>Ordered list 3.1.1</li>
                </ol>
              </li>
              <li>Ordered list 3.2</li>
            </ol>
          </li>
          <li>Ordered list 4</li>
          <li>Ordered list 5</li>
        </ol>
        
      2. Send for publishing
        Using front end ( webin/flow/demo(on legacy) )
      3. Export the article to ODF
      4. Verify you get the result mentioned on example

      Attachments

        Activity

          People

            Unassigned Unassigned
            marcos.loureiro-obsolete@ez.no Marcos Loureiro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: