Changes between Initial Version and Version 2 of Ticket #2346


Ignore:
Timestamp:
Aug 11, 2011, 8:19:57 AM (13 years ago)
Author:
Krzysztof Studnik
Comment:

Confirmed also for CKE3.6.2Trunk.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2346

    • Property Keywords Confirmed added; Numbered list removed
    • Property Version changed from to 3.0
    • Property Component changed from General to Core : Lists
  • Ticket #2346 – Description

    initial v2  
    66
    77Now 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:
    8 
     8{{{
    99<ol type="1" start="1">
    1010<li><font size="4">This is item number 1</font></li>
     
    1212<li><font size="4">This is item number 3</font></li>
    1313</ol>
    14 
     14}}}
    1515How can I get the font selection to be applied as:
    16 
     16{{{
    1717<font size="4">
    1818<ol type="1" start="1">
     
    2222</ol>
    2323</font>
    24 
     24}}}
    2525Thanks,
    2626
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy