﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14774	newline <br/> becomes &nbsp; when invoking getData()	Satya Minnekanti		"'''To reproduce the defect:'''

1. Open nightly build & clear all editor content

2. Add few empty paragraph's.

3. Open inspector like Firebug, you see content like this in the editor body:


{{{
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
}}}


4. Click ""Source"" button which invokes getData(), it gives:


{{{
<p dir=""ltr"">&nbsp;</p>
<p dir=""ltr"">&nbsp;</p>
<p dir=""ltr"">&nbsp;</p>
<p dir=""ltr"">&nbsp;</p>
}}}


'''You can see the <br> converted to &nbsp;''' 

please review and see whether this is a defect, or any reasons behind for the conversion. it seems to be intended. if it is, please explain the reason for doing this conversion."	Bug	closed	Normal		General		invalid	IBM	Irina
