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

[Solved] Issues in RadEditor

3 Answers 181 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shubod Dev
Top achievements
Rank 1
Shubod Dev asked on 03 Nov 2009, 08:22 AM
Hello

This is Karthik from Visual Consultancy Services in Bangalore. I have Some Issues in RadEditor.. Here i have my Source.

<table id=bnrH border=0 cellspacing=0 cellpadding=0 width="100%" align=center>
    <tbody>
        <tr>
            <td bgcolor=#900028 align=middle><!--START_LEVEL0_PAGE_HEADER-->&nbsp;
                <table border=0 cellspacing=0 cellpadding=5 width=771 align=center>
                    <tbody>
                        <tr>
                            <td valign=top width=77><a href="~/default.aspx" runat="server"><img border=0 alt="Fordham University The Jesuit University of New York" src="Images/logosubpage.gif"></a></td>
                            <td valign=top align=right><!--CMSQuickLinks--></td>
                        </tr>
                    </tbody>
                </table>
                <!--END_LEVEL0_PAGE_HEADER--></td>
        </tr>
     </tbody>
</table>


Note:
Here I attached two image file find out that.

Exp: Image 1 PatheError1.gif
Point No 1.
In my Source I used Commented Line ex:(<!--START_LEVEL0_PAGE_HEADER-->)
Point No 2:
the Same time i Used hyper link and Image tag Ex:(<a href="~/default.aspx" runat="server"><img border=0 alt="Fordham University The Jesuit University of New York" src="Images/logosubpage.gif"></a>)

Exp: Image2 PatheError2.gif
Here i face problem When i came to design Mode and I came  to Source Mode At the time I faced some problem i attached image its called patheerror2.jpg and i explained blow go through it

Point 1:
I used comment line mention  above
*Point2:
Point no 2 is getting Problem its Generating like this
<A href="http://localhost:3836/Tsunami/Clients/~/default.aspx" runat="server"><IMG alt="Fordham University The Jesuit University of New York" src="http://localhost:3836/Tsunami/Clients/Images/logosubpage.gif" border=0></A>

* its refering the Application Url See tha image and give me solution please

Point 3:
hyper link and Image tag Refering the Application Url

If you Have any Question feel free to ask.

Thanks & Regards
PL.Karthik





3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Nov 2009, 07:44 AM
Hi Karthik,

The observed path conversion behavior is an Internet Explorer bug. You can see how to fix it in this KB article:
Stripping image and anchor paths in RadEditor.

My recommendation is to also test the project in IIS but not in the development server of Visual Studio.

Greetings,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Shubod Dev
Top achievements
Rank 1
answered on 06 Nov 2009, 11:17 AM
Hi Ruman

I tested the project in IIS also its getting same issue, and i tried kb article that also not working (StripAbsoluteImagesPaths="true")
i tried this attributes my telerik tag returning error like this "is not a valide attributes of element "RadEditor""

Main thing  is when i used comment code at the time only the path referring the application path.
give me some other way to solve this issue

Thanks & Regards
PL.Karthik



0
Rumen
Telerik team
answered on 11 Nov 2009, 12:57 PM
Hi Karthik,

I think that the problem is due to that you have disabled the RadEditor's built-in filters, because in other case the tags case will be not converted by IE to uppercase. I also was unable to reproduce the absolute path problem using the Built-in Content Filters demo of RadEditor.

Please, make sure that the content filters of RadEditor are enabled and that the MakeUrlsAbsolute filter is disabled. You can find more information on how to enable and disable the built-in content filters in this help article: Content Filters.

If you are using an older version of Telerik.Web.UI.dll then try the latest Q3 2009 release, where the problem that you experience should be fixed.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Shubod Dev
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Shubod Dev
Top achievements
Rank 1
Share this question
or