﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12247	CKEditor is not converting the user data to html when we set enterMode = 2	Senthil		"We recently added the enterMode = 2 to avoid the issue of getting empty paragraphs ""<p>&nbsp;</p>"" while copying the data from the word document.

Due to this change editor behaviour is changed,

When the enterMode = 1:
 - User enter the data as ""Test Data""
 - Editor converts that as ""<p>Test Data<p>""

When the enterMode = 2:
 - User enter the data as ""Test Data""
 - Editor doesn't converts the data to html and just keep it as simple text ""Test Data"".

Due to this behaviour change, our parser code getting impacted and throwing error due to the Text data input. And this issue is only happening when the editor is empty and once we do form post and load the data from the database then it is converting the data to Html. This needs to be fixed asap as it is escalated from our customer. 

Since our customers are in CKEditor 4.3 and CKEditor 3.6.2, please provide the fix on these code lines."	Bug	closed	Normal		Core : Editable	4.3	invalid	Oracle	Senthil
