Ticket #7874 (new defect)

Opened 3 months ago

Last modified 3 months ago

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? dojo.moduleUrl("dojo", "resources/blank.html");

so that it can work in xdomain situations.

Change History

Changed 3 months ago by peller

  • owner changed from peller to BryanForbes
Note: See TracTickets for help on using tickets.