﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2565	Replacing &bull; when you add a bullet list	Ben		"When I copy bullet lists from Word, it replaces the bullet list with &bull; or the number if it was a numbered list.

Is it possible that when I change the list back to a bullet list in the FCK Editor, that it removes &bull; and any extra spacing after it?

At the moment, this:

<p>&bull;&nbsp;&nbsp; &nbsp;This is a sample list<br />
&bull;&nbsp;&nbsp; &nbsp;This is a sample list<br />
&bull;&nbsp;&nbsp; &nbsp;This is a sample list</p>

Changes to this:

<li>&bull;&nbsp;&nbsp; &nbsp;This is a sample list</li>
<li>&bull;&nbsp;&nbsp; &nbsp;This is a sample list</li>
<li>&bull;&nbsp;&nbsp; &nbsp;This is a sample list</li>

Can it change to this:

<li>This is a sample list</li>
<li>This is a sample list</li>
<li>This is a sample list</li>

I think word or powerpoint does that from memory.."	New Feature	confirmed	Low		Core : Lists	FCKeditor 2.6.3			
