﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
172	Cannot apply format to a select list of bullets	andyrudmik@…		"1. Create a list of bullets:

{{{
<ol>
	<li>Bullet 1</li>
	<li>Bullet 2</li>
	<li>Bullet 3</li>
</ol>
}}}

2. Select bullets in WYSIWYG view.

3. Select Normal from Format drop down menu.

4. Get the following:

{{{
<ol>
	<li>
		<p>Bullet 1Bullet 2Bullet 3</p>
	</li>
	<li>&nbsp;</li>
	<li>&nbsp;</li>
</ol>
}}}

5. Would expect to get:

{{{
<ol>
	<li><p>Bullet 1</p></li>
	<li><p>Bullet 2</p></li>
	<li><p>Bullet 3</p></li>
</ol>
}}}

6. My expectations are based on the use of tools such as DreamWeaver.

----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1650057&group_id=75348&atid=543653"	Bug	closed	Normal	FCKeditor 2.5 Beta	Core : Styles	FCKeditor 2.4	fixed	SF Confirmed	
