Opened 11 years ago

Last modified 11 years ago

#10530 confirmed Bug

Numbered List in comment doesn't show numbers after submit.

Reported by: Steve Lawson Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

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

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed

Thanks,

We will need to look into styles on page.

Adding sole list in comment worked as expected but adding list surrounded by paragraphs helped me to reproduce this problem.

NOTES:

  • I have used Chrome to reproduce if it matters
  • Numbers were missing only after submitting comment. When I opened page in new tab numbers were applied properly.
Last edited 11 years ago by Jakub Ś (previous) (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy