I've noticed that the FCK.InsertHtml() function does not work correctly in IE, or at least how it should.
When calling the function in this way:
FCK.InsertHtml('<TAG>' + text + '</TAG>');
it will re-order the text and output: <TAG></TAG>text
NOTE: try it with any non-standard standard tag, ie <customtag> or <mynewtag>
Does anyone know of a workaround for this in IE? (it works in firefox and safari). My original thought was to make the IE sourcecode 'think' it was a standard html tag, but I dont know how to do this.
When calling the function in this way:
FCK.InsertHtml('<TAG>' + text + '</TAG>');
it will re-order the text and output: <TAG></TAG>text
NOTE: try it with any non-standard standard tag, ie <customtag> or <mynewtag>
Does anyone know of a workaround for this in IE? (it works in firefox and safari). My original thought was to make the IE sourcecode 'think' it was a standard html tag, but I dont know how to do this.