﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1156	Adding new element to a sublist breaks the list	Jon Håvard Gundersen	Martin Kou	"Ok, this one is a bit tricky to explain, but I will try, I've reproduced this bug several times.

Scenario:

1. Go to nightly build sample01.html with IE7[[BR]]
2. Select all text (ctrl-a) press delete.[[BR]]
3. Write a sentence[[BR]]
4. With cursor inside sentence - press numbered list icon[[BR]]
5. Go to end of sentence and press enter and start to write sentence as element number 2[[BR]]
6. After writing the sentence press the indentation icon to move the current element to a sub list (1.1)[[BR]]
7. Press enter right afterwards[[BR]]
8. The next element is not created as a element of this sublist but added as a orphan list element after the main numbered list.[[BR]]

Source code created by editor:
{{{
<ol>
    <li>qweqweqwe
    <ol>
        <li>qerqerqer</li>
    </ol>
    </li>
</ol>
<p>
<li>&nbsp;</li>
</p>
<blockquote dir=""ltr"" style=""margin-right: 0px""></blockquote>
}}}
"	Bug	closed	Normal		General		fixed	Confimed IE	
