[Libreoffice-bugs] [Bug 124336] New: HTML import: unordered list after ordered list (type="i" ) is rendered as ordered list
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 26 08:50:09 UTC 2019
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 at lists.freedesktop.org
Reporter: timar74 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190326/8e175cd7/attachment.html>
More information about the Libreoffice-bugs
mailing list