[Libreoffice-bugs] [Bug 124339] New: HTML import: unordered list after ordered list is rendered as ordered list
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 27 08:03:52 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124339
Bug ID: 124339
Summary: HTML import: unordered list after ordered list is
rendered as ordered list
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer Web
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: timar74 at gmail.com
Open this simple HTML in Libreoffice:
<html>
<body>
<ol>
<li>
<p>List Item 1</p>
<ol>
<li>Ordered list 1</li>
<li>Ordered list 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>
Actual result:
1. List Item 1
1. Ordered list 1
2. Ordered list 2
2. List Item 2
1. This should be
2. unordered list
3. with bullets!
Expected result:
1. List Item 1
1. Ordered list 1
2. Ordered list 2
2. List Item 2
◦ This should be
◦ unordered list
◦ with bullets!
It does not work the other way around as well, when the first list is <ul> and
second is <ol>, the second becomes unordered as well.
--
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/20190327/2a87c602/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list