Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6283)
+++ /CKEditor/trunk/CHANGES.html	(revision 6284)
@@ -65,4 +65,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6880">#6880</a> : Better error handling for servers without PHP support</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6628">#6628</a> : Setting config.enterMode from PHP fails</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6278">#6278</a> : Comments were moving on top of BR tags.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/core/htmlparser/fragment.js
===================================================================
--- /CKEditor/trunk/_source/core/htmlparser/fragment.js	(revision 6283)
+++ /CKEditor/trunk/_source/core/htmlparser/fragment.js	(revision 6284)
@@ -392,4 +392,5 @@
 		parser.onComment = function( comment )
 		{
+			sendPendingBRs();
 			checkPending();
 			currentNode.add( new CKEDITOR.htmlParser.comment( comment ) );
