﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10530	Numbered List in comment doesn't show numbers after submit.	Steve Lawson		"I discovered this after submitting a comment to the '''Font Size and Family Plugin''' page [http://ckeditor.com/addon/font]:

I used the comment editor's Numbered List feature in my comment.  In the editor, the numbers were present, but after Submitting, the numbers were not showing in the ""published"" comment. 

From FireBug:


{{{
<p>For <em>my</em> generation*:</p>

<ol>
	<li>
	<p>Copy folder from zip to your <strong>ckeditor/plugins/ direcotry</strong> (make sure that copied folder has 755 permissions)</p>
	</li>
	<li>
	<p>Edit <strong>ckeditor/config.js</strong></p>
	</li>
	<li>
	<p>You probably won't find <strong>config.extraPlugins = '...';</strong>, so add it (as a parameter in the <strong>CKEDITOR.editorConfig</strong> function):<br>
	<strong>config.extraPlugins = 'font';</strong></p>
	</li>
	<li>
	<p>Forget <strong>config.toolbar = 'custom';</strong>, it's not needed!</p>
	</li>
	<li>
	<p>Forget <strong>add buttons ['font']</strong>, also not needed.</p>
	</li>
</ol>

<p>&nbsp;</p>

<p>*talkn' 'bout my generation!</p>

}}}

div.indented ul li {
    list-style: none outside none;
}

This is a Website bug: Win7, Firefox 21.0"	Bug	confirmed	Normal		General				
