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

Image handler images not displayed when using https in IE9

4 Answers 150 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 07 Dec 2011, 12:54 PM
Hi,

our website works via https.

images generated by image handler are not displayed in IE9 in RadEditor, although they are ok in ImageEditor preview panel :(
https://localhost/[Our site]/Pages/ImagePHandler.ashx?RID=4

If I manually correct the link to make it look like this:
http://localhost/[Our site]/Pages/ImagePHandler.ashx?RID=4

- everything is ok, but this is weird.

p.s. Firefox is ok in all cases.

What can I do?

4 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 08 Dec 2011, 01:04 PM
Hello Alexander,

Render the content area as an editable DIV and see whether this will fix this browser limitation. You can do that by setting the ContentAreaMode property to DIV.

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
0
Alexander
Top achievements
Rank 1
answered on 09 Dec 2011, 02:44 PM
Strange... I have no idea what happened yesterday, but now the picture is like that:
ContentAreaMode="Div" DOES solve the problem for IE, Chrome does not care and always show properly, but..

but Firefox does not display the picture in any case! :(

Is there some fix for FF?
0
Rumen
Telerik team
answered on 14 Dec 2011, 11:43 AM
Hello Alexander,

I am not sure why the DIV mode does not work for Firefox. The content area is rendered as a standard editable DIV and the links are not touched by the editor.

Could you please test your scenario in an editable DIV
<div contenteditable="true" style="width:300px;height:300px;border: 1px solid red;">sample content</div>?
If the problem is reproducible in it this means that it is browser related.

If the problem is not reproducible in an editable DIV, please provide a live URL to the problematic page, sample content and reliable steps to reproduce the issue.

Best regards,
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
0
Alexander
Top achievements
Rank 1
answered on 19 Dec 2011, 04:56 PM
Hmm... now again problem is not reproducable in Nightly (Firefox)... Strange.
Anyway, for IE the problem seems to be solved by setting the attribute.
Tags
Editor
Asked by
Alexander
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Alexander
Top achievements
Rank 1
Share this question
or