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!
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!
