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

[Solved] Anchor link prepending page URL

1 Answer 96 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Aimee Ault
Top achievements
Rank 1
Aimee Ault asked on 04 Mar 2010, 02:46 PM
Hi,

I'm using a classic version of RadEditor (7.2). I am having a problem with the link editor prepending the URL of the page I am on under certain situations:

It only happens in Internet Explorer.

1. I create an anchor somewhere in the editor.
2. I then add a link to the anchor somewhere else in the editor.
3. I switch to HTML view.
4. I switch back to the visual editor view.
5. I open the Link Manager for the link to the anchor.

The URL in the Link Manager will now contain the URL of the current page, so instead of "#test" (for example), it will now contain something like "http://www.mysite.com/cms/editor.aspx#test" which is not desirable.

I've added

<property name="StripAbsoluteAnchorPaths">true</property>

to my config file, as well as added

<property name="AnchorPathToStrip">http://www.mysite.com/cms/editor.aspx</property>

but neither fixes the problem.

I know that this is an old version of your editor, but is there anything that I can do to work around this?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Mar 2010, 12:28 PM
Hi Aimee,

Can you please try to reproduce this behavior in the Default Example of the latest official build of RadEditor Classic? If the problem is fixed in version 7.3.6 upgrade to it.

In other case you should migrate to the new and much enhanced RadEditor for ASP.NET AJAX because the development of RadEditor Classic is discontinued 2 years ago and we do not provide fixes for it anymore. The old editor does not offer support for IE8 as well.

You can find migration instructions in this help article: Migration from RadEditor Classic to RadEditor for ASP.NET AJAX.


Best regards,
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.
Tags
Editor
Asked by
Aimee Ault
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or