﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3374	Indenting list item remove subsequent item	Josh Nisly	Garry Yao	"* Open the replace by class example.

* Make the following content by using the Source button:
{{{
<ul>
	<li>
		Item 1
		<ul>
			<li>
				Item 2</li>
			<li>
				Item 3</li>
		</ul>
	</li>
	<li>
		Item 4<br />
	</li>
</ul>
}}}

* Place the cursor after the 3 in ""Item 3"".

* Choose increase indent. Expected result:
{{{
<ul>
	<li>
		Item 1
		<ul>
			<li>
				Item 2
				<ul>
					<li>
						Item 3</li>
				</ul>
			</li>
		</ul>
	</li>
	<li>
		Item 4<br />
	</li>
</ul>
}}}
* Actual result:
{{{
<ul>
	<li>
		Item 1
		<ul>
			<li>
				Item 2</li>
			<li>
				Item 3</li>
		</ul>
	</li>
</ul>
}}}
This can be reproduced with any of the nightly samples."	Bug	closed	Normal	CKEditor 3.0	General		fixed	Confirmed Review?	
