Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1626

org.apache.myfaces.PopupCalendar, Internet Explorer >= 7, every calendar popup a new iframe is shown on the web-page.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.6, 1.1.11
    • 1.1.15-SNAPSHOT
    • Calendar
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            clange Christian Lange
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: