You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "John Prince (JIRA)" <ta...@jakarta.apache.org> on 2005/11/25 10:22:57 UTC

[jira] Created: (TAPESTRY-775) DatePicker javascript iframe causes security popup warnings in IE on https

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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Resolved: (TAPESTRY-775) DatePicker javascript iframe causes security popup warnings in IE on https

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-775?page=all ]

Jesse Kuhnert resolved TAPESTRY-775.
------------------------------------

    Resolution: Fixed

I banish yee security warning!

> 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
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.0
>         Environment: IE6 sp2, windows
>            Reporter: John Prince
>             Fix For: 4.1.1
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-775) DatePicker javascript iframe causes security popup warnings in IE on https

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-775?page=all ]

Jesse Kuhnert updated TAPESTRY-775:
-----------------------------------

    Fix Version/s: 4.1.1

> 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
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.0
>         Environment: IE6 sp2, windows
>            Reporter: John Prince
>             Fix For: 4.1.1
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org