Hi all
I've read in a post (http://www.telerik.com/community/forums/aspnet-ajax/editor/editor-changes-content-on-its-own.aspx) the following
We just made some additional improvements to the filters mechanism - you might have noticed that in FF the browser automatically converts colors in style tags from "#XXXXXX" syntax to "rgb(xx,xx,xx)". We have extended the ConvertToXhtml filter to run a regular expression to convert those colors back to the more traditional format.
This is causing us an issue because the content that is being sometimes entered with Copy/Paster in the editor HTML area and we must keep the initial rgb(xx,xx,xx) formats to avoid this.
Of course, we must keep the XHTML compliance ;)
Any ideas?
Regards
Philippe
I've read in a post (http://www.telerik.com/community/forums/aspnet-ajax/editor/editor-changes-content-on-its-own.aspx) the following
We just made some additional improvements to the filters mechanism - you might have noticed that in FF the browser automatically converts colors in style tags from "#XXXXXX" syntax to "rgb(xx,xx,xx)". We have extended the ConvertToXhtml filter to run a regular expression to convert those colors back to the more traditional format.
This is causing us an issue because the content that is being sometimes entered with Copy/Paster in the editor HTML area and we must keep the initial rgb(xx,xx,xx) formats to avoid this.
Of course, we must keep the XHTML compliance ;)
Any ideas?
Regards
Philippe
