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

Link href cannot be modified in IE

1 Answer 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 17 Oct 2012, 12:00 PM
Hello,

I have an issue when I am not able to change the link href attribute. This happens in IE browser.
See the video for issue details: http://screencast.com/t/amKEu6aaB

Hoe this can be fixed?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Oct 2012, 10:16 AM
Hello,

The reported issue is a browser behavior of IE browsers. It can be disabled in IE9+ using the following code:

<script type="text/javascript">
    function OnClientLoad(editor) {
        editor.get_document().execCommand("AutoUrlDetect", false, false)
    }
</script>
<telerik:RadEditor runat="server" ID="RadEditor" OnClientLoad="OnClientLoad"></telerik:RadEditor>

You can find more information about the AutoUrlDetect command identifier of IE9 in the following MSDN blog: http://blogs.msdn.com/b/ieinternals/archive/2010/09/15/ie9-beta-minor-change-list.aspx.

There is not a solution for the earlier IE versions.

All the best,
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.
Tags
Editor
Asked by
Ivan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or