Opened 11 years ago

Last modified 11 years ago

#12047 closed Bug

Line Height is not reduced after reducing the font size — at Initial Version

Reported by: rishi Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version:
Keywords: Cc: sabtharishi.lakshminarayanan@…, com

Description

  1. Type "abcdef" in the CK Editor and set the font size to 72.
  2. The "abcdef" and paste it in next line.

Now in the source will be "<p><span style="font-size:72px">asdsadsadasd</span></p>"

  1. Now select only "abc" change the font size to 8.

At this time source will be

<p><span style="font-size:72px"><span style="font-size:8px">abc</span>def</span></p>
  1. Now, select "def" and change the font size also to 8

At this time source will be

<p><span style="font-size:72px"><span style="font-size:8px">abcdef</span></span></p>

Expected: span

<span style="font-size:72px">

tag shuld be deleted in step 4.

Due this the line hieght is set to 72 px. This should be fixed.

Change History (0)

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