I am using RapidSpell with CKEditor. It works fine as long as I dont have any formatting in the text in my editor. I turned on numbering in my editor which essentially is making an ordered list. When I click on my button for dialog spell check I get the below error message.
A potentially dangerous Request.Form value was detected from the client (textToCheck="<ol><li>Normal text<...").
I have
Code:rapidSpell.setParameterValue("default", "IgnoreXML", true);
. Is there anything else I need to turn on/off to get this to work correctly.
I also get the same issue when I manually type in any html tags in the editor.