﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11861	[Webkit] Span elements created while joining adjacent elements	Olek Nowodziński		"It's a follow-up of #9998, which covers a single [http://dev.ckeditor.com/ticket/9998#spancreatedwhilejoiningtwoadjacentelements case].

----

==== Example 1 ==== 

1. Set data 
 {{{
<p>foo</p>
<p>^bar</p>
}}}
2. Backspace.
3. `<p>foo<span style=""line-height:1.6"">bar</span></p>`
4. '''Expected:'''
 {{{
<p>foo^bar</p>
}}}

==== Example 2 ==== 

1. Set data
 {{{
<h1>foo</h1>
<p>^bar</p>
}}}
2. Backspace.
3. `<h1>foo<span style=""font-size:13px; line-height:1.6"">bar</span></h1>`
4. '''Expected:'''
 {{{
<h1>foo^bar</h1>
}}}"	Bug	new	Normal	CKEditor 4.4.1	General	3.0			
