You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christian Lange (JIRA)" <de...@myfaces.apache.org> on 2012/05/02 09:01:02 UTC

[jira] [Created] (TOMAHAWK-1626) org.apache.myfaces.PopupCalendar, Internet Explorer >= 7, every calendar popup a new iframe is shown on the web-page.

Christian Lange created TOMAHAWK-1626:
-----------------------------------------

             Summary: org.apache.myfaces.PopupCalendar, Internet Explorer >= 7, every calendar popup a new iframe is shown on the web-page.
                 Key: TOMAHAWK-1626
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1626
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
    Affects Versions: 1.1.11, 1.1.6
         Environment: Internet Explorer 9,
Windows 7 x64
            Reporter: Christian Lange


Every calendar popup a new iframe is shown on the web-page.

There are two BUGs:

- The iframe is not destroyed after closing the popup calendar.
- The iframe is visible on IE 9

In File:
org/apache/myfaces/custom/calendar/resource/popcalendar.js
In the function:
org_apache_myfaces_PopupCalendar.prototype._hideElement:

iframe.setAttribute("id", overDiv.id + "_IFRAME'");
there is one ' at the end of _IFRAME
iframe.setAttribute("id", overDiv.id + "_IFRAME");

i think IE >= 7 doesn't need the iframe.

sorry for my english and regards,
   Christian Lange

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TOMAHAWK-1626) org.apache.myfaces.PopupCalendar, Internet Explorer >= 7, every calendar popup a new iframe is shown on the web-page.

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266406#comment-13266406 ] 

Werner Punz commented on TOMAHAWK-1626:
---------------------------------------

This is  old code from the IE6 bleed through fix, this is not needed anymore on ie7+
                
> org.apache.myfaces.PopupCalendar, Internet Explorer >= 7, every calendar popup a new iframe is shown on the web-page.
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1626
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1626
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>    Affects Versions: 1.1.6, 1.1.11
>         Environment: Internet Explorer 9,
> Windows 7 x64
>            Reporter: Christian Lange
>
> Every calendar popup a new iframe is shown on the web-page.
> There are two BUGs:
> - The iframe is not destroyed after closing the popup calendar.
> - The iframe is visible on IE 9
> In File:
> org/apache/myfaces/custom/calendar/resource/popcalendar.js
> In the function:
> org_apache_myfaces_PopupCalendar.prototype._hideElement:
> iframe.setAttribute("id", overDiv.id + "_IFRAME'");
> there is one ' at the end of _IFRAME
> iframe.setAttribute("id", overDiv.id + "_IFRAME");
> i think IE >= 7 doesn't need the iframe.
> sorry for my english and regards,
>    Christian Lange

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira