Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
WebHtmlEditor.Text can't get right value on Firefox version 3.5.3
posted

I am trying to get value from WebHtmlEditor.Text properties, It is just return as html value like "<bg color = "White"........". Even though I have set the value in htmleditor Textbox. When I debug with firebug here is the result

 

<html>
<head/>
<body bgcolor="White" style="font-family: sans-serif; font-size: 10pt;">
This is test line.
<br _moz_dirty=""/>
<br _moz_dirty=""/>
Next line.
<br _moz_dirty=""/>
<br _moz_dirty=""/>
Next line.
<br _moz_dirty=""/>
</body>
</html>

Text  value just grap the "<body bgcolor="White" style="font-family: sans-serif; font-size: 10pt;"></body>" instead of inside value. Meanwhile, IE 6 and 7 are working perfectly fine. Any quick turn around really appeciate it. I am using Infragistics35.WebUI.WebHtmlEditor.v8.2.

Thanks,

Thiri

 

Parents Reply Children
No Data