Ticket #717 (closed defect: duplicate)

Opened 3 years ago

Last modified 18 months ago

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

Changed 3 years ago by bill

  • milestone set to 0.4

Changed 3 years ago by bill

  • status changed from new to closed
  • resolution set to duplicate

See duplicate bugs #427 and #548. They suggest javascript:void(0)

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.