﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9299	HTML Editor Control (not parsing some of the Tags Correctly) - Help Required	Manish Chhetia		"Hi CKEditor Technical/Support Team,

Greetings of the day.
I am looking for a good HTML Editor Control for my project specific requirements (in C# - ASP.Net).
In relation to it; we are analyzing the CKEditor Control.
Overview of the requirements for your reference are as follows:
We have saved some of the Wod Document files as HTML (using Save-As of Word Application).
After converting the word document to HTML; we assign the HTML text to Editor control (for editing/saving/printing).

We have tried to use CKEditor control for it; but the control incorrectly shows the table, images, checkboxes etc.
*Checkboxes are not identified.
Also the Editor controls shows some of the characters; as special character (like ‘<<’ is not parsed correctly etc.).

Is there something which we are missing for correctly using the control?
Please If we can get the limitations of the HTML Editor control;
Or if we can get a list of tags which are not supported by editor; for better evaluating the control.

For a simple execution of requirements :
-	 Please create any Word (Office 2007) Document having :
o	An image
o	A check box
o	A simple table
o	Some text like ( <<Field1>>, <<Field2>> etc).
-	Now use Save As option and save the document as an HTML.
-	Please try to open this HTML in the Editor control; you will get an idea of the actual issue.

Here are the technical details of how we have used the control:
            Designer  Level :
<CKEditor:CKEditorControl ID=""CKEditorControl1"" runat=""server"" Toolbar=""Basic"" 
                            Width = ""100%"" Height=""500px"" ToolbarBasic=""Preview|Print|"" Visible=""False""></CKEditor:CKEditorControl>

Code Level (On Button Click Event)
this.CKEditorControl1.Text = HTMLConvertedText;


Thanks and Regards,
Manish Chhetia
Senior Consultant,
Capgemini.
Mobile : + 91 992 296 5570"	Bug	closed	Normal		General	3.6.4	invalid		manish.chhetia@…
