﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10537	In 4.1.2 config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P; <p> tag remove	dilip		"If your editor is configure in following mode then <P> tags are remove with single <br>. it should not replace <p> which we add by shift enter and if it is so then i want to replace it with double <br>.

config.enterMode = CKEDITOR.ENTER_BR; 
config.shiftEnterMode = CKEDITOR.ENTER_P;
"	Bug	new	Normal		General	4.1.2		remove <p> when click on source	
