#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
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- set content to following content:
<p>aaaa</p>
- place caret in: aa|aa
- press
enter
- press
backspace
- press
right arrow
- 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.
DUP of #9998. It's one of the cases mentioned there.