https://bugs.documentfoundation.org/show_bug.cgi?id=124336

            Bug ID: 124336
           Summary: HTML import: unordered list after ordered list
                    (type="i" ) is rendered as ordered list
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: tima...@gmail.com

Description:
Take this small HTML sample:
<html>
    <body>
        <ol>
            <li>
                <p>List Item 1</p>
                <ol type="i">
                    <li>Ordered list with small roman numerals 1</li>
                    <li>Ordered list with small roman numerals 2</li>
                </ol>
            </li>
            <li>
                <p>List Item 2</p>
                <ul>
                    <li>This should be</li>
                    <li>unordered list</li>
                    <li>with bullets!</li>
                </ul>
            </li>
        </ol>
    </body>
</html>


Steps to Reproduce:
Open it in LibreOffice.

Actual Results:
    1. List Item 1
        i. Ordered list with small roman numerals 1 
        ii. Ordered list with small roman numerals 2 
    2. List Item 2
        i. This should be 
        ii. unordered list 
        iii. with bullets! 

Expected Results:
    1. List Item 1
        i. Ordered list with small roman numerals 1 
        ii. Ordered list with small roman numerals 2 
    2. List Item 2
        ◦ This should be 
        ◦ unordered list 
        ◦ with bullets! 


Reproducible: Always


User Profile Reset: No



Additional Info:

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

Reply via email to