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
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
This also seems to be the case in Google Chrome. It seems to also save the body tag.
I'm using 7.3, can anyone confirm is this is still the case in the newest release 9.2
Yes, there is an exact same issue with 9.2.
A support case has now been created with this issue. We hope to get this resolved quickly.
Has this been fixed yet? I am having the same problem.
I don't believe it has. I had to filter the tags that I wanted out as a quick fix for now.
Which is pretty easy as mentioned here http://community.infragistics.com/forums/t/2428.aspx .
Can we get someone from infragistics to get back to us on this?
Hi,
That issue was reported and fixed few months ago. Latest service releases should contain that fix.
To check if dll (embedded js files) contain that, you may run application in debug mode and look at content of js files used by WebHtmlEditor. If first line of file contains "//vs 032510" (dd/MM/yy) or higher date, then it is fixed version.1 //vs 0325102 function iged_init(ids,p1,p2,p3,p4,p5)3 {...
The line 24 also should contain something like...24 var i=(s.indexOf('%3Cbody')==0)?s.indexOf('%3E'):0,i1=s.lastIndexOf('%3C/body%3E');...
Also installation should provide explicit js files, so, those codes can be checked within ig_htmleditor_moz.js file.
Hi...
I m developing one application in that i m creating News Editor Option in that i m using WEBHTMLEDITOR , when i m reading the text from WEBHTMLEDITOR In IE , I m getting the value, But When i m Using Mozilla 3.6 , I m getting Null value from from WEBHTMLEDITOR , I m using 7..3 infragistics version , But i m Not getting the above Soultion will Be add more to Above Point.
Thanks In Advance
Vrushali
Hi Vrushali,
That was fixed in March 2010 and fix is available in versions 9.2 and higher.