Issue 27150 - html Editor: Bullet List multi-levels of idention do not result in correct html-code
Summary: html Editor: Bullet List multi-levels of idention do not result in correct ht...
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.1
Hardware: PC Linux, all
: P4 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL:
Keywords: needmoreinfo, oooqa
Depends on:
Blocks:
 
Reported: 2004-03-30 14:39 UTC by beccon
Modified: 2004-05-17 16:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description beccon 2004-03-30 14:39:42 UTC
When editing a html-document containing a bullet list with multiple levels of 
indention such as e.g.:
- point 1
 -subpoint 11
 -subpoint 12
-point 2
etc.
the resulting html code does not reflect the hierarchie.

It should create html code like this:
<ul>
<li>point 1</li>
 <ul>
 <li>subpoint 11</li>
 <li>subpoint 12</li>
 </ul>
<li>point 2</li>
</ul>

The code created instead, doesn't nest the <ul>-tags and looks like this:
<ul>
<li>point 1
<li>subpoint 11
<li>subpoint 12
<li>point 2
</ul>

Of course - this doesn't ident the subpoints.
Conrad
Comment 1 michael.ruess 2004-03-31 08:40:47 UTC
MRU->ES: pls have a look, if this is really a HTML coding problem of OO.
Comment 2 eric.savary 2004-04-16 14:58:58 UTC
I can't reproduce this.
Please describe step by step how you create the list.
I suposse the list *looks like* a multiple level but is not.
I had no problem creating lists like this:
- press Shift+F12 to start the list
- type point 1
- Return
- Tab to indent and create a sub level.
- type subpoint
- Return
- Shift+Tab to come back to the first level

Saving this work, I get the correct code:
<ul>
<li>point 1</li>
 <ul>
 <li>subpoint 11</li>
 <li>subpoint 12</li>
 </ul>
<li>point 2</li>
</ul>
Comment 3 tamblyne 2004-05-12 21:27:46 UTC
Added "oooqa" and "needmoreinfo" keywords.  
Comment 4 eric.savary 2004-05-13 13:11:05 UTC
Beccon, no comment?
Comment 5 eric.savary 2004-05-17 16:10:12 UTC
You can reopen this issue if this was another problem.
Comment 6 eric.savary 2004-05-17 16:10:37 UTC
closed