﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5302	enterMode=ENTER_P is not respected when inside a DIV	Damian	Garry Yao	"To reproduce:

Add the following source:
{{{
<div>Test Value</div>
}}}

Then attempt to add new lines to the content. 
{{{
<div>Test Value</div>
<div>Test Value</div>
}}}

New DIV elements are added instead of P elements as set in configuration. 

The expectation is that with enterMode=ENTER_P that a new paragraph be added after the DIV.
{{{
<div>Test Value</div>
<p>Test Value</p>
}}}

This is more than an inconvenience to users now as we provide styled components in the editor content that are made up of DIV elements, that we don't want to be copied whenever a user uses the Enter key after the div.

"	New Feature	closed	Normal	CKEditor 3.3	UI : Enter Key		fixed	IBM Confirmed Review+	
