Opened 12 years ago
Last modified 12 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> </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
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: