Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.6, 1.1.11
-
None
-
Internet Explorer 9,
Windows 7 x64
Description
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