#50: .destroy() method for UI.URLWindow will kick off "This page contains both secure and non-secure items". (Open)

Sep 23 2009 * 20:41
Reported by:   Assigned to:  
Priority: Normal  Milestone:  

This occurs when in https:// mode and only in IE 6

Fix is in the destroy method for UI.URLWindow

destroy: function($super){
  this.iframe.src = Prototype.Browser.IE6 ? 'javascript:false;' : null;// Get rid of secure non-secure warnings in IE6