﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3820	Strange bullet/list problem	Damian	Garry Yao	"Problem occurs when a line of text is below a bullet/number list:
{{{
<ul>
	<li>
		bullet line 1</li>
	<li>
		bullet line 2</li>
</ul>
<p>
	Second line</p>
}}}

Select the line at the bottom ""Second line"" and make it a bullet item using the toolbar option. 

Result:

{{{
<ul>
	<li>
		Second line</li>
	<li>
		bullet line 1</li>
	<li>
		bullet line 2</li>
</ul>
}}}

The item is appended to the top of the list. If it is added to the list it should be to the bottom."	Bug	closed	Normal	CKEditor 3.0	General		fixed	IBM Confirmed Review+	
