Right after the igHTMLEditor is loaded, it incorrectly adds an extra paragraph.
e.g. On loading, the data passed to the igHTMLEditor is "<p>sampletext</p>", but after the control is loaded, it displays "<p><p>sampletext</p><p></p>".
Environment paramters: Binding through MVC Razor, Internet Explorer
The same happens in Firefox and Chrome, but with the an added line break: <p><br></p><p>sampletext</p><p></p>
Regards,
Andre
Hello Andre,
This is the default behavior. The extra paragraph and line break in chrome are added to deal with some browser specifics. If you want' you could remove these elements using the setContent method of igHtmlEditor: http://help.infragistics.com/jQuery/2013.1/ui.igHtmlEditor#methods.
Hope this helps.