DatePicker javascript iframe causes security popup warnings in IE on https --------------------------------------------------------------------------
Key: TAPESTRY-775 URL: http://issues.apache.org/jira/browse/TAPESTRY-775 Project: Tapestry Type: Bug Components: Framework Versions: 4.0 Environment: IE6 sp2, windows Reporter: John Prince The iframe which is written in Calendar.prototype.show (DatePicker.js) has no src attribute - unfortunately, IE seems to interpret this as an insecure url and shows the 'This page contains secure and insecure items...' popup. about:blank does not work either ('about' appears to be an insecure prefix for IE). It needs a relative url to a page, e.g. src="blank.html". If the page does not exist, presumably the server will return a 404 result code, but this is a very minor annoyance compared with the popup warning. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]