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 :
But after is set, the content becomes :
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.
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.