Ticket #2390 (closed defect: fixed)
ContentPane causes security error on IE7
| Reported by: | dojotrac@… | Owned by: | koranteng |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9beta |
| Component: | Dijit | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On IE7, the following code causes the infamous "This page contains both secure and nonsecure items" popup, as of the nightly build for Jan 31 2007.
<html>
<head>
<title>Nonsecure Items?</title>
<script type="text/javascript" src="../Script/dojo/dojo.js"></script>
<script type="text/javascript">
dojo.require("dojo.widget.ContentPane");
</script>
</head>
<body>
<div dojoType="ContentPane">asdf</div>
</body>
</html>
Change History
Note: See
TracTickets for help on using
tickets.