Ticket #717 (closed defect: duplicate)
BackgroundIframe Crashes IE under HTTPS
| Reported by: | tonyissakov@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | 0.3 |
| Severity: | major | Keywords: | BackgroundIframe IE |
| Cc: |
Description
When using a dialog widget with HTTPS under IE we noticed that there was a security notice about mixed objects. Clicking yes or no to the show mixed security objects causes the browser to crash.
It appears under IE + HTTPS iframes must have a src.
Possible fix
in /src/html/extras.js > dojo.html.BackgroundIframe 'html' string add: src="javascript:'';""
This creates a javascript void target and seems sufficient.
Change History
Note: See
TracTickets for help on using
tickets.