Completed
Last Updated: 14 Sep 2021 09:46 by ADMIN
Release Q3 2014
ADMIN
Ianko
Created on: 31 Mar 2014 11:17
Category: UI for ASP.NET AJAX
Type: Bug Report
0
The HTML content breaks when a comment is inserted with text in which an /n escaping character exists
This issue is happening due to the insertion of the /n character in the comment editable area. This character breaks the logic of some content filters and they are replacing the greater than and less than characters in the HTML mode. 

Possible workaround is to disable the ConvertCharactersToEntities filter:

C# example:
RadEditor1.DisableFilter(EditorFilters.ConvertCharactersToEntities);

VB example:
RadEditor1.DisableFilter(EditorFilters.ConvertCharactersToEntities)
0 comments