﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1267	List issue in SVN: abnormal behavior when removing list style for level 2 or above line	barns	Martin Kou	"How to reproduce:

1)Create a level 1 list item, press return

2) indent the 2 list item

3) press on the list button to remove the list style from the level 2 list item

The result is that the text does not return to the left of the window, but remains at the same level as the first bullet. Here is the output code:

{{{
<ul>
    <li>dfdfdsfd<br />
    fdfdsfds</li>
</ul>
}}}

In 2.4.3, it was:

{{{
<ul>
    <li>dfdsfdsdfs</li>
</ul>
<p>fgfgfgfdgf</p>
}}}"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Lists	SVN (FCKeditor) - Retired	fixed		
