﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
99	Unable to create <p> inside <div>	tba21cn		"Test step:

 1. EnterMode='p' in config.js
 1. have this content in ""source"" view: <div>abc</div> 
 1. in fckeditor view, put the cursor after 'ab', and press enter.
 1. Check content in ""source"" view, 

Result:

{{{
<div>ab</div>
<div>c</div>
}}}

There is NO <p> tag as expected.

So there is NO way to create a <p> tag in <div> tag, and there is no way to create a <div> tag in <p> tag.

<div>abc</div> always get <div> when press Enter, doesn't matter EnterMode; 

<p>abc</p> always get <p> when press Enter, doesn't matter EnterMode; 
"	Bug	closed	Normal	FCKeditor 2.4.1	UI : Enter Key	SVN (FCKeditor) - Retired	fixed		
