﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13409	List elements incorrectly merged	Szymon Cofalik	Olek Nowodziński	"Followup for #12729.

'''Steps to reproduce:'''
1. Set this as editor contents:
{{{
<ul>
	<li><a href=""#foo"">foo</a>

	<ol>
		<li><em>bar</em></li>
	</ol>
	</li>
</ul>
}}}
2. Set caret after foo (at the end of the list item).
3. Press delete key.

'''Result:''' `<em>` is inside `<a>`
[[BR]]
'''Expected result:''' `<em>` should be next to `<a>`

You can test this bug in this manual test (test available git:7456617935):
http://tests.ckeditor.dev:1030/tests/plugins/list/manual/mergelistitems"	Bug	closed	Normal	CKEditor 4.5.2	General	4.0	fixed		
