Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11267 closed Bug (duplicate)

[Blink] Produces extra span with line-height upon line join

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

since: 4.0 until master

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. set content to following content:

<p>aaaa</p>

  1. place caret in: aa|aa
  2. press enter
  3. press backspace
  4. press right arrow
  5. check source code

Expected result:
Produced source code:

<p>aaaa</p>

Current result:
Code without checked attribute:

<p>aa<span style="line-height:1.6em">aa</span></p>

As far as I tested, the issue was not present in 3.6.6.1.

Change History (1)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed

DUP of #9998. It's one of the cases mentioned there.

Last edited 10 years ago by Piotrek Koszuliński (previous) (diff)
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