﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2648	Indent/Outdent kills nested contents	Dongqiang Bai		"== Steps to reproduce ==
1. Load following code into source view:
{{{
<ul>
    <li>item1</li>
    <ul>
        <ul>
            <li>item2</li>
        </ul>
    </ul>
    <li>item3</li>
</ul>
}}}
2. Back to WYSIWYG, outdent ""item3"".

== Expected behavior ==
The following code is the expected result:
{{{
<ul>
    <li>item1</li>
    <ul>
        <ul>
            <li>item2</li>
        </ul>
    </ul>
</ul>
item3
}}}

== Current behavior ==
The ""item2"" will disappear. The source view shows:
{{{
<UL>
    <LI>item1 </LI>
</UL>
item3
}}}

== Browsers ==
IE, Firefox, Chrome, Safari

== Additions ==
The ""item2"" also disappears when you do indent at ""item3"" or ""item1""."	Bug	closed	Normal		Core : Lists	FCKeditor 2.5 Beta	worksforme		bai@…
