﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10431	BR tag replacement seems to be to agressive.	Jakub Ś		"1. Open enterkey sample and test below code with each enter mode:
{{{
<p>&nbsp;</p>
<br />
<p>&nbsp;</p>
}}}
2. Paste code in source mode, switch to wysiwyg and once again to source.
Results:[[BR]]
**Enter_BR:** No change and no error [[BR]]
{{{
<p>&nbsp;</p>
<br />
<p>&nbsp;</p>
}}}

**Enter_Div:** Br and second P gets wrapped in div. I'm not sure if this is error or not. Perhaps this is how this mode should work? [[BR]]
{{{
<p>&nbsp;</p>

<div><br />
<p>&nbsp;</p>
</div>
}}}

**Enter_P:** You get 4 P tags. This is definitely an error as there should be maximum 3 p tags. It looks like code responsible for br replacement matches one P tag to many.
{{{
<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>
}}}

Problem in enter mode P can be reproduced from CKEditor 4 beta. [[BR]]
As for Div behaviour, guys please leave a comments.
"	Bug	confirmed	Normal		General	4.0 Beta		Oracle	
