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

RADTooltip showing Security alert when deployed in HTTPS environment

2 Answers 37 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Lakshmi Satish Maddela
Top achievements
Rank 1
Lakshmi Satish Maddela asked on 21 Jun 2010, 03:13 PM
We are using RADTooltip to show a modal message in our pages. Following is the tooltip definition

<telerik:RadToolTip ID="infoFlash" runat="server" EnableEmbeddedSkins="false" Modal="true"
    ShowCallout="false" Position="Center" ManualClose="true" RelativeTo="BrowserWindow" OnClientShow="SetHideTimeOut"
    OnClientHide="ResetHideTime">
    <div id="divBody" class="divInfoFlashBody">
        <div id="divInfoImage" class="leftAlignElement divInfoSuccessImage" style="background-image:url(<%= GetImagePath(ImageType.Success) %>)">
        </div>
        <div id="textBox" class='rightAlignElement divInfoText resultMessage FontColor3'
            runat="server">
        </div>
    </div>
</telerik:RadToolTip>

We are opening the tooltip using Show() method on serverside. We also use clientside Show() method. This is working fine in regular environments. But when we deploy this in a HTTPS environment, it shows security warning message when the tooltip is about to show. We have observed this in IE6, 7, 8.

We are using Telerik webcontrols version 2008.2.1001.35.

Any thoughts on this?

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 23 Jun 2010, 11:28 AM
Hi Lakshmi Satish Maddela,

This behavior is the expected one in case the page is under https and the image you show is under http and this is the way the browser works. Would you please check this out and if my assumption is correct, run the image under https and test again? If this is not the case, please provide a live url where we can examine the problem and we will do our best to help!

Kind regards,
Svetlina
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
0
Lakshmi Satish Maddela
Top achievements
Rank 1
answered on 23 Jun 2010, 07:55 PM
The image was under https. Fiddler was also showing the request as HTTPS. When i changed the image display from a backgroundimage to an Image control, it worked. The same pattern (Background image with the same method call to get the image) is working in RADConfirm template.

Fixed my issue but still wondering about the root cause of the issue.
Tags
ToolTip
Asked by
Lakshmi Satish Maddela
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Lakshmi Satish Maddela
Top achievements
Rank 1
Share this question
or