﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1309	New list items are wrongly merged	Frederico Caldeira Knabben	Martin Kou	"== Steps to Reproduce ==

 1. Load the following HTML:

{{{
<p>Line 1</p>
<ul>
    <li>Line 2</li>
</ul>
<p>Line 3</p>
}}}

 2. CTRL+A to select all (or mouse selecting all, even partially);
 3. Click the ""Bulleted List"" button.

== Current Results ==

{{{
<ul>
    <li>Line 2</li>
    <li>Line 1</li>
    <li>Line 3</li>
</ul>
}}}

The new list items have been placed at the end of the pre-existing list.

== Expected Results ==

{{{
<ul>
    <li>Line 1</li>
    <li>Line 2</li>
    <li>Line 3</li>
</ul>
}}}"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Lists	SVN (FCKeditor) - Retired	fixed	Confirmed IE Firefox	
