veeramarni / blackbirdjs

Automatically exported from code.google.com/p/blackbirdjs
0 stars 0 forks source link

SSL Alert on IE 6 #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Integrate Blackbird in your site (i use the version that ships with
tapestry 5.1.0.3, http://tapestry.apache.org)
2. Use Internetexplorer 6
3. Upload your site to an SSL secured Webspace

What is the expected output? What do you see instead?
I expect the site to load without problems. Instead, on every pageload i
get a warning, that the SSL-secured site contains insecure items.

What version of the product are you using? On what operating system?
Version  Version: 1.0
Integrated in Tapestry 5.1.0.3

Please provide any additional information below.

Original issue reported on code.google.com by felix.go...@gmail.com on 27 Apr 2009 at 10:59

Attachments:

GoogleCodeExporter commented 8 years ago
ah, forgot to mention what causes the problem: blackbird fixes some layout 
problems
in IE 6 with loading a background image with the url(about:blank)

IE 6 interprets this as non-secure content.

This does not occur, if you have a css body background image (which is the way, 
i
fixed this for now, since i can't change the blackbird version that is 
integrated in
tapestry....)

Original comment by felix.go...@gmail.com on 27 Apr 2009 at 11:03