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

Showing extra Special Character in the RadEditor in HTML mode for link only for FIREFOX

2 Answers 79 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Samir Patel
Top achievements
Rank 1
Samir Patel asked on 05 Jun 2012, 07:02 AM

Hello,,

 

We are using RadEditor in  our application. Here we are facing an issue in RadEditor’s HTML mode.

The actual issues is ,the word href="[!RPLINK:2!]"  is displaying as href="[%21RPLINK:2%21]".

We are not getting why the extra characters are displaying like %21 instead of ! in  HTML mode.

This issue exist  in FireFox browser only in IE, Chrome its working fine.

REgards
Samir

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 06 Jun 2012, 06:37 AM
Hi,

This is a behavior of the rich text editing engine of Firefox and could be reproduced in every editable iframe element. You can reproduce the same behavior with the attached HTML page having an editable iframe in it.

To fix it, you could implement a custom content filter that will replace the %21 entities to !. Of course you can replace these entities on the server using String.Replace method.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Samir Patel
Top achievements
Rank 1
answered on 06 Jun 2012, 11:49 AM
Thanks for quick Support....

Solution works for my problem....

Regards
Samir
Tags
Editor
Asked by
Samir Patel
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Samir Patel
Top achievements
Rank 1
Share this question
or