Ticket #6603 (closed defect: fixed)
Dialog on https page gives "Do you want to display the nonsecure item?" (IE)
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
Just include the dialog support on a https based website, and you will see the warning if using IE6/IE7.
Using IE6/IE7 give this warning "Do you want to display the nonsecure item?"
FF2 does not give the warning.
With a current nightly build (april 22, 2008)
Could be the iframe created by the dialog code with a src = javscript:"" ?
<html>
<head>
<script type="text/javascript" language="JavaScript" src="dojotoolkit/dojo/dojo.js"></script>
<script type="text/javascript" language="JavaScript">
dojo.require("dijit.Dialog");
</script>
</head>
<body>
</body>
</html>
Change History
Note: See
TracTickets for help on using
tickets.