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

IE behaves differently when making Image as a Hyperlink in RadEditor

1 Answer 72 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ross
Top achievements
Rank 1
Ross asked on 07 Nov 2014, 08:24 PM
When I use the Image Manager to upload an image and insert it to the RadEditor, it will add something like this in the HTML block 
<img src="somesource.jpg">

When I click the Image and then Click the Hyperlink Manager and add the hyperlink in it and click save, any other browser except for IE will show something like this in the HTML block
<a href="http://www.google.com/"><img src="somesource.jpg"></a>

but on IE, it will render it to:
<img src="somesource.jpg"><a href="http://www.google.com/"></a>

making the image unclickable.

Does anyone have any idea why this is happening?

I am using IE11

1 Answer, 1 is accepted

Sort by
0
Accepted
Ianko
Telerik team
answered on 12 Nov 2014, 12:06 PM
Hi Ross,

This behavior is a bug that is already fixed. Testing the same matter with this online demo I am unable to reproduce the described issue and links wrap correctly the image elements.

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Ross
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or