To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73023
Issue #|73023
Summary|Nested HTML ul/ol lists don't render properly
Component|Word processor
Version|OOo 2.1
Platform|PC
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|open-import
Assigned to|mru
Reported by|yu123
------- Additional comments from [EMAIL PROTECTED] Sun Dec 31 09:59:12 -0800
2006 -------
Hi, here is a problem reported by our users. Open the following simple HTML
file in openoffice 2.1:
<html>
<head>
<title>TEST</title>
</head>
<body>
<ul>
<li>test1
<ul>
<li>ul1</li>
<li>ul2</li>
<li>ul3</li>
</ul>
</li>
<li>test2
<ol>
<li>ol1</li>
<li>ol2</li>
<li>ol3</li>
</ol>
</li>
</ul>
</body>
</html>
Notice only the first items in the inner listings are indented properly,
and the items in the 'ol' listing are not numbered.
Thanks.
-yu
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]