Hello,
We have discovered what appears to be a bug when using the MakeUrlsAbsolute=true content fitler.
If you go to your demo page in IE8:
We have discovered what appears to be a bug when using the MakeUrlsAbsolute=true content fitler.
If you go to your demo page in IE8:
I tried on demos.telerik.com, and it removed the first javascript if I set MakeUrlsAbsolute =true. It appears that it is stripping out Javascript entirely.
http://demos.telerik.com/aspnet-ajax/editor/examples/builtincontentfilters/defaultcs.aspx
set ONLY the follow 3 properties =true:
EncodeScripts=true
MakeUrlsAbsolute=true
ConvertToXhtml=true
Click Set Built-In_Filters button, then paste the following js in the body.
<
script
type
=
"text/javascript"
>
function OnClientLoad(editor, args)
{
editor.get_filtersManager().add(new MyFilter());
}
</
script
>
SOME RANDOM TEXT (NON-JS)
<
script
type
=
"text/javascript"
>
function OnClientLoad(editor, args)
{
editor.get_filtersManager().add(new MyFilter());
}
</
script
>