﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14913	"Tags are stripped even with ""Full HTML"" (i.e. without ACF)"	Tade0	Tade0	"== Steps to reproduce ==

1. Create an editor instance with config option `allowedContent` set to `true`.
2. Switch to source mode, paste the following content:
{{{
<div class=""socials"">
<p>Volg ons</p>
<ul class=""social-list"">
	<li><a target=""_blank"" href=""https://www.twitter.com/"" title=""Twitter""><i class=""fa fa-twitter""></i></a></li>
	<li><a target=""_blank"" href=""https://www.facebook.com/"" title=""Facebook""><i class=""fa fa-facebook""></i></a></li>
</ul>
</div>
}}}

3. Switch to WYSIWYG mode and back.

== Expected result ==

No modifications done to the data.

== Actual result ==

Data is now as follows:
{{{
<div class=""socials"">
<p>Volg ons</p>

<ul class=""social-list"">
	<li>&nbsp;</li>
	<li>&nbsp;</li>
</ul>
</div>
}}}

== Other details (browser, OS, CKEditor version, installed plugins) ==

If you put some text in the bullet points they are preserved, which means only empty inline tags are stripped - this may in fact be a ''feature'' rather than a ''bug''."	Bug	closed	Normal		General		invalid		
