﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2168	Comments shouldn't create new blocks	Alfonso Martínez de Lizarrondo	Alfonso Martínez de Lizarrondo	"When the body is fixed to make sure that everything is properly nested, the comment nodes should be treated specially so they don't generate a new block.

given this input:
{{{
This is <!-- some comment --> some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.
}}}

with enter mode set to P, if you switch to design and back to source the output is 
{{{
<p>This is</p>
<!-- some comment -->
<p>some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}
the paragraph has been broken

it should have been left as 
{{{
<p>This is <!-- some comment --> some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
}}}"	Bug	closed	Normal	FCKeditor 2.6.1	Core : Output Data	FCKeditor 2.5	fixed	Review+	
