﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11267	[Blink] Produces extra span with line-height upon line join	Marek Lewandowski		"since: '''4.0''' until '''master'''[[BR]]

1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. set content to following content:
{{{<p>aaaa</p>}}}
3. place caret in: aa|aa
4. press {{{enter}}}
5. press {{{backspace}}}
6. press {{{right arrow}}}
7. check source code

'''Expected result:'''[[BR]]
Produced source code:
{{{
<p>aaaa</p>
}}}

'''Current result:'''[[BR]]
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'''."	Bug	closed	Normal		General	4.0	duplicate		
