kavinithiy / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

IE6 -trans.png fix causes security warning on HTTPS sites #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a HTML page that contains <img src="/test.png"/> where test.png 
is a PNG with alpha-transparency
2. Call it with IE6 on an http:// server -> no problem, image is rendered 
correctly
3. Call it with IE6 on an https:// server -> warning appears "this site 
contains unsecure elements. display?"
3a. If you click "Yes", the image is replaced and rendered correctly
3b. If you click "No", the image is not replaced and displayed without 
transparency

The src attribute does not contain http or https. I think the protocol 
gets stripped/lost somewhere, but I was unable to find where. Can you 
give me a hint?

For my page, HTTPS is absolutely required and I'd like to use transparent 
PNGs with IE6 nevertheless.

Original issue reported on code.google.com by rich...@hirner.at on 27 Oct 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Please consider this issue as INVALID!

It was my fault - I included IE8.js directly from the Google servers via 
http:// - I 
have now moved it to my server and included it with a relative link and not it 
works.

Thank you

Original comment by rich...@hirner.at on 27 Oct 2009 at 3:39

GoogleCodeExporter commented 9 years ago
Done.

Original comment by dean.edw...@gmail.com on 10 Feb 2010 at 9:11