﻿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:
{{{
<table>
	<tbody>
		<tr>
			<td>Table cell contents</td>
		</tr>
	</tbody>
</table>
<br/>
<br/>
<p>P contents</p>
}}}
3. Switch to WYSIWYG and then to source:
{{{
<table>
	<tbody>
		<tr>
			<td>Table cell contents</td>
		</tr>
	</tbody>
</table>
&nbsp;
<p>P contents</p>
}}}
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 below 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 below 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;
{{{
<div>text</div>
<br />
<br />
<table>
	<tbody>
		<tr>
			<td>Table cell contents</td>
		</tr>
	</tbody>
</table>
}}}
"	Bug	new	Normal		General	4.1.1			
