﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4068	Nested numbered list issue	Damian		"1. Open nightly Ajax sample. [[BR]]
2. Go to source mode and paste the following numbered list
{{{
<ol>
	<li>
		Line one</li>
	<li>
		Line two
		<ol>
			<li>
				This is submenu 1</li>
			<li>
				This is submenu 2</li>
			<li>
				This is submenu 3</li>
			<li>
				This is submenu 4</li>
			<li>
				This is submenu 5</li>
		</ol>
	</li>
</ol>
}}}
3. Place cursor at the end of line ""submenu 5"" [[BR]]
4. Hit Enter [[BR]]
5. At this point you should have an empty 6. number line. [[BR]]
6. Hit Enter again. [[BR]]
7. The list continues from the first level. Sometimes this will start from 1. or it may continue and show 3. [[BR]]
8. Hit Enter again [[BR]]
9. Now the result is:
{{{
<ol>
	<li>
		Line one</li>
</ol>
<p>
	Line two</p>
<ol>
	<li>
		This is submenu 1</li>
	<li>
		This is submenu 2</li>
	<li>
		This is submenu 3</li>
	<li>
		This is submenu 4</li>
	<li>
		This is submenu 5</li>
	<li>
		&nbsp;</li>
</ol>
}}}

This very different from the expected behaviour. Reproduced on IE7 and FF3.
"	Bug	closed	Normal		Core : Lists	SVN (CKEditor) - OLD	worksforme	IBM Pending	
