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

IE 7 HTTPS support

1 Answer 27 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Yohan
Top achievements
Rank 2
Yohan asked on 13 Feb 2014, 06:12 AM
Hello,

I'm using RadHtmlChart with "https" protocol and it gives an error saying "This page contains both secure and nonsecure items" on IE 7. What may cause this issue? I've attached a snap with the mentioned.

Thanks and Regards,
Yohan

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 20 Feb 2014, 01:25 PM
Hello Yohan,

The mentioned issue is caused due to the following style:

.k-chart .k-tooltip, .k-sparkline .k-tooltip, .k-stockchart .k-tooltip {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==");
}

I have logged the issue in our feedback portal here, so that you can monitor, comment and raise its priority by voting on it.

For the time being you can override this style by replacing the "data" with "//" string as follows:
.k-chart .k-tooltip, .k-sparkline .k-tooltip, .k-stockchart .k-tooltip {
background-image: url("//:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==") !important;
}

I have also updated your Telerik points for reporting this issue to us.

Regards,
Danail Vasilev
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Chart (HTML5)
Asked by
Yohan
Top achievements
Rank 2
Answers by
Danail Vasilev
Telerik team
Share this question
or