Ticket #7874 (new defect)
dojox.html.metrics SSL mixed content issue
| Reported by: | jburke | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | normal | Milestone: | tbd |
| Component: | Dojox | Version: | 1.2.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
See this forum thread for the discussion: http://www.dojotoolkit.org/forum/dojox-dojox/dojox-support/non-secure-items-message
Quote: To workaround, if you add the line: f.src = dojo.moduleUrl("dojo", "resources/blank.html"); BEFORE the iframe is appended to the body, your IE security message popup will disappear. I made this modification in my local sandbox and I'm able to run the grid tests without this popup.
I would expand on this to say it should look like:
f.src = dojo.configdojoBlankHtmlUrl?
so that it can work in xdomain situations.
Change History
Note: See
TracTickets for help on using
tickets.