﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9418	Fake element must have at least two &nbsp; inside or it gets removed.	Jakub Ś		"To reproduce: [[BR]]
1. Download attached file and put it in /_source/plugins/ folder.
2. On HTML page, in instance definition add {{{extraPlugins:'fakediv'}}}
3. Switch to source and paste below code:
{{{
<div class=""myfakedivsframe"" >&nbsp;</div>
}}}
4. Switch to WYSIWYG then again to Source and WYSIWYG
Result: Div will be removed.

This is only happening when there is nothing in div or just one blank space or one &nbsp; or one &nbsp; and blank space. If there are E.g at least two &nbsp; or one letter then everything is working as expected:
{{{
<div class=""myfakedivsframe"" >&nbsp;&nbsp;</div>
}}}
"	Bug	confirmed	Normal		Core : Parser	3.0			
