﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5460	Empty <ul></ul> remains on source	Frederico Caldeira Knabben	Garry Yao	" 1. Load the following HTML:

{{{
<ul>
	<li>
		Item 1
		<ul>
			<li>
				Item 1.1</li>
		</ul>
	</li>
</ul>
}}}

 2. At the end of ""Item 1.1"", hit ENTER three times. A new paragraph is started after the list.

 3. Switch to source.

Note that an empty {{{<ul></ul>}}} is created in the first list item:

{{{
<ul>
	<li>
		Item 1
		<ul>
		</ul>
		<ul>
			<li>
				Item 1.1</li>
		</ul>
	</li>
</ul>
}}}

Confirmed with FF 3.6 at least. Works well with CKEditor 3.2."	Bug	closed	Normal	CKEditor 3.3	Core : Output Data	SVN (CKEditor) - OLD	fixed	Confirmed Review+	
