Opened 17 years ago
Closed 17 years ago
#2546 closed Bug (expired)
List is broken when pressing enter in empty sublist item
| Reported by: | Jon Håvard Gundersen | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Lists | Version: | |
| Keywords: | Pending WorksForMe | Cc: |
Description
Following scenario creates a broken list:
- Create a simple list with 2 subitems
- Move to first sub item and press enter, an empty subitem is made.
- Inside the empty subitem press enter one more time.
Result: The empty sub element is removed and IE renders a bullet list outside of the sublist, at level 1
In source mode following code is displayed:
<ul>
<li>item 1
<ul>
<li>item 1.1</li>
</ul>
</li>
<li>
<ul>
<li>item 1.3</li>
</ul>
</li>
</ul>
Change History (2)
comment:1 Changed 17 years ago by
| Component: | General → Core : Lists |
|---|---|
| Keywords: | Pending WorksForMe added |

I couldn't reproduce this bug on IE7 Could you attach the code before the point 3.