This is a migrated thread and some comments may be shown as answers.

Quotes are removed in IE8

1 Answer 11 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dorina
Top achievements
Rank 1
dorina asked on 22 Nov 2012, 01:40 PM
Hello,

In IE8, there is a bug when setting content(doesn't matter client side - set_html() or server side Content property).
I want to set the content to :

Please find below details of your request:<br><br><table border="0" width="100%"><tbody><tr><td width="300px" valign="top">Thank you</td></tr></tbody></table>


But after is set, the content becomes :

Please find below details of your request:<BR><BR>
<TABLE border=0 width="100%">
<TBODY>
<TR>
<TD vAlign=top width=300>Thank you</TD></TR></TBODY></TABLE>


So I'm losing the markup(quotes are removed) what is crucial, as after that I must save that content to DB, and it is completely broken.

Could you please help me with this issue.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 Nov 2012, 04:54 PM
Hi,

You should ensure that the ConvertToXhtml filter is enabled. It is enabled by default and it looks like that you have disabled it for some reason.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
dorina
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or