This is a migrated thread and some comments may be shown as answers.

RadEditor + NoFilters + Firefox Issue.

3 Answers 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Thomas Farrington
Top achievements
Rank 1
Thomas Farrington asked on 26 Oct 2010, 04:33 PM
We are experiencing an issue with Firefox/RadEditor stripping tags from data that gets loaded into a RadEditor edit area.  The enabled filters are "None" but an unclosed tag at the very top (which is wanted) keeps getting stripped out in Firefox.  The behavior doesn't happen in IE or Safari.

I am curious what could cause this?  Any suggestions?

Thank you.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Oct 2010, 04:36 PM
Hello Thomas,

Can you please send the original content that you load in RadEditor so that we can test it and reproduce the problem? Please, specify which tags / attributes are stripped.


Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Abhinandan Bansal
Top achievements
Rank 1
answered on 13 Jan 2011, 10:34 AM
I am also facing the same problem.
my original html is
<span class="headerlink"><font size="2" face="arial, sans-serif"  [3_fontcolor]>Anhi</font></span>

and it changed to
<span class="headerlink"><font size="2" face="arial, sans-serif"  [3_fontcolor]="">Anhi</font></span>

Please help me out.

Thanks,
Abhinandan Bansal
0
Rumen
Telerik team
answered on 13 Jan 2011, 10:58 AM
Hello Thomas,

The reported behavior is due to the Rich Text Editing engine of Firefox which the editable IFRAME content area of RadEditor uses. This engines validates the invalid content and adds an empty value to create a valid attribute. You can reproduce the same behavior with a standard editable IFRAME (test the attached HTML page in Firefox) as well as with our competitors' editors. The browser validation cannot be stopped or avoided.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Thomas Farrington
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Abhinandan Bansal
Top achievements
Rank 1
Share this question
or