#2346: Numbered list problem
----------------------------+-----------------------------------------------
 Reporter:  anderson.gomes  |       Owner:     
     Type:  Bug             |      Status:  new
 Priority:  Normal          |   Milestone:     
Component:  General         |     Version:     
 Keywords:  Numbered list   |  
----------------------------+-----------------------------------------------
 Hi,

 I have been having a bit of a problem in using numbered lists in
 FCKEditor.

 I can create multiple lines of text, then select this text and click on
 numbered list icon on tool bar and convert the text to numbered list. So
 far so good, every thing appears to work fine.

 Now if I select the items of the numbered list and change the font, only
 the font of the text that I had entered changes, but the font of the
 numbering (1, 2, 3, 4 etc appearing before each list item) stays as
 earlier. When I looked at the HTML source, I found that the font is
 getting applied to the content portion only (individually, inside the <LI>
 tag). For example, the source looks like:

 <ol type="1" start="1">
 <li><font size="4">This is item number 1</font></li>
 <li><font size="4">This is item number 2</font></li>
 <li><font size="4">This is item number 3</font></li>
 </ol>

 How can I get the font selection to be applied as:

 <font size="4">
 <ol type="1" start="1">
 <li>This is item number 1</li>
 <li>This is item number 2</li>
 <li>This is item number 3</li>
 </ol>
 </font>

 Thanks,

 Anderson Gomes

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2346>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to