﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1464	Unable to create <p> inside <div> (the return)	Carl Russell		"As previously reported in ticket #99
http://dev.fckeditor.net/ticket/99

Test step:

   1. EnterMode='p' in config.js
   2. have this content in ""source"" view: <div>abc</div>
   3. in fckeditor view, put the cursor after 'ab', and press enter.
   4. 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 nested <div> tag.

Pressing enter seems to produce a 'div' or 'p' depending on the current format.
Setting the EnterMode seems to have no affect."	Bug	closed	Normal		UI : Enter Key	FCKeditor 2.5 Beta	fixed	Confirmed	
