Opened 18 years ago
Closed 18 years ago
#1156 closed Bug (fixed)
Adding new element to a sublist breaks the list
| Reported by: | Jon Håvard Gundersen | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Confimed IE | Cc: |
Description
Ok, this one is a bit tricky to explain, but I will try, I've reproduced this bug several times.
Scenario:
- Go to nightly build sample01.html with IE7
- Select all text (ctrl-a) press delete.
- Write a sentence
- With cursor inside sentence - press numbered list icon
- Go to end of sentence and press enter and start to write sentence as element number 2
- After writing the sentence press the indentation icon to move the current element to a sub list (1.1)
- Press enter right afterwards
- The next element is not created as a element of this sublist but added as a orphan list element after the main numbered list.
Source code created by editor:
<ol>
<li>qweqweqwe
<ol>
<li>qerqerqer</li>
</ol>
</li>
</ol>
<p>
<li> </li>
</p>
<blockquote dir="ltr" style="margin-right: 0px"></blockquote>
Change History (3)
comment:1 Changed 18 years ago by
| Keywords: | Confimed IE added |
|---|
comment:2 Changed 18 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
comment:3 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

Fixed with [971].
Click here for more info about our SVN system.