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

        

Reply via email to