﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10497	Empty lines are removed in enter mode BR - continuation	Jakub Ś		"This is continuation of http://dev.ckeditor.com/ticket/10146#comment:26. [[BR]]

Seems ticket isn't fully fixed. **Problem can be reproduced in every browser.**

To reproduce:
1. Set enter mode to BR
2. Clear editor contents and paste below code:
{{{
<br />
<br />
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width:500px"">
 <tbody>
  <tr>
   <td>Table</td>
  </tr>
 </tbody>
</table>
<br />
<br />
<hr />
}}}
3. Switch to WYSIWYG and then to source:
{{{
&nbsp;
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width:500px"">
	<tbody>
		<tr>
			<td>Table</td>
		</tr>
	</tbody>
</table>
&nbsp;
<hr />
}}}
Result: As you can see two BR's were changed into single &nbsp;. [[BR]]
If you were writing an article, created table and wanted to make some space above it then on page save you would end up with single &nbsp; which wasn't intended.

NOTE: This is happening if you use one or two BR's. If you use three BR's then result is ""br br nbsp"". Assuming that last Br has to be changed into nbsp, should it be ""br nbsp"" when two BR's are used? 

----

It seems  ticket #10146 hasn’t been fully fixed thus this one should be closed and the former reopened.[[BR]]
I have just found that if you paste above code into editor, behaviour will be different in IE. All other browsers change two BR’s into &nbsp; but IE does it in ""one by one"" style – it removes br and on second switch it turns last br into &nbsp;
"	Bug	confirmed	Normal		General	4.1.1			
