[
https://issues.apache.org/jira/browse/TAPESTRY-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498056
]
Greg Woolsey commented on TAPESTRY-1254:
----------------------------------------
I found the problem - it's in dojo.a11y.testAccessible()
See this Blog entry I found:
http://davidovitz.blogspot.com/2006/09/https-bug-in-ie.html
All that is needed in the above function is this line before the removeChild()
call at the end:
div.style.backgroundImage = "";
I overrode this method in my local code and it got rid of the mixed content
warning. Looks like a bug report needs to be filed with Dojo (I don't have
access to that).
This code is called whenever a widget is built, from widget.js, which is also
why I noticed so many requests for tab_close.gif in my server log.
> IE7 mixed secure/nonsecure SSL warning on https using dojo dialog component
> ---------------------------------------------------------------------------
>
> Key: TAPESTRY-1254
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1254
> Project: Tapestry
> Issue Type: Bug
> Components: JavaScript
> Affects Versions: 4.1.1, 4.1.2
> Environment: IE7, win xp
> Reporter: Anna Vo
> Assigned To: Jesse Kuhnert
> Priority: Minor
> Fix For: 4.1.2
>
>
> Using Tap 4.1.1 and 4.1.2 snapshots, Dialog component on secure SSL pages
> gives "This page contains both secure and
> nonsecure items" warning message. Does not happen in IE6.
> See iframe.js and other related files: if(dojo.render.html.ie55 ||
> dojo.render.html.ie60) {var html="<iframe src='javascript:false'" ....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]