Changes between Initial Version and Version 1 of Ticket #12047


Ignore:
Timestamp:
Jun 2, 2014, 6:45:15 AM (10 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12047

    • Property Keywords Line Height Span tag line break removed
  • Ticket #12047 – Description

    initial v1  
    1 1. Type "abcdef" in the CK Editor and set the font size to 72.
    2 2. The "abcdef" and paste it in next line.
    3         Now in the source will be "<p><span style="font-size:72px">asdsadsadasd</span></p>"
    4 3. Now select only "abc" change the font size to 8.
    5         At this time source will be
     11. Set the font size to 72 and yype "abcdef" in the CKEditor
     22. Press Enter
     33. Now the source in CKE will be
     4{{{
     5<p><span style="font-size:72px">asdsadsadasd</span></p>
     6}}}
     73. Select only "abc" change the font size to 8. This time source will be:
    68{{{
    79<p><span style="font-size:72px"><span style="font-size:8px">abc</span>def</span></p>
    810}}}
    911
    10 4. Now, select "def" and change the font size also to 8
    11         At this time source will be
     124. Now, select "def" and change the font size also to 8. This time source will be:
    1213{{{
    1314<p><span style="font-size:72px"><span style="font-size:8px">abcdef</span></span></p>
    1415}}}
    15 
    1616       
    1717
    18 Expected: span
     18**Expected:**
    1919{{{
    2020<span style="font-size:72px">
    2121}}}
    22  tag shuld be deleted in step 4.
     22span tag shuld be deleted in step 4.
    2323
    2424Due this the line hieght is set to 72 px. This should be fixed.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy