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

Vertical Week Divider incorrectly rendered in IE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.7-SNAPSHOT
    • 1.1.7
    • Calendar
    • None
    • Windows XP SP3 w/IE7

    Description

      The latest version of popcalendar.js does not correctly render the vertical week divider due to a typo in the javascript file.

      The solution is to replace org/apache/myfaces/custom/calendar/resource/popcalendar.js line 1217

      dividerCell.setAttribute("rowspan", "7");

      with

      dividerCell.setAttribute("rowSpan", "7");

      and IE will work correctly.

      Attachments

        Issue Links

          Activity

            People

              werpu Werner Punz
              gschmidl Gunther Schmidl
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: