﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9753	The pre button of CKEditor 3.6.2 adds extra new lines	vijendra		"The pre button of CKEditor 3.6.2 ASP.Net, adds extra new lines.

To reproduce this issue type following 
""test
Test
Test
Test""

Then select the text and click the pre button of ckeditor. The editor adds extra lines.
When you hit the Source button to check whats happening inside 
You will find that, the editor converts each of <p> and </p> with \n.  I letter changed the default enterline mode from P to BR. But then hitting the pre button caused the entire text and not just the selected text,  to get wrapped inside the PRE tag. I configured the editor by writting writer rule for BR tag to not add new line before and after the beggining and end of BR tag. And also configured the editor to use self eding tag for BR so as to generate <BR/> tag.

"	Bug	closed	Normal		General	4.0	invalid		vijendra.1007@…
