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

Content of the popup is not displayed properly with RI 1.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.1.5
    • None
    • Calendar
    • None
    • Firefox 1.0.7, 2.0.0.3, Mozilla both on Windows XP and Fedora 3, JSF RI 1.2_03, JSF RI 1.2_04

    Description

      Content of the popup is not displayed properly - there is no grey line next to the weeks and all days in a month are moved one column to the left. So, there are no days under the last day of a week from the header.

      SOLUTION is: popcalendar.js
      line:
      dividerCell.setAttribute("rowSpan", "7");

      should be changed into:
      dividerCell.setAttribute("rowspan", "7");
      (notice the difference in 's')

      The new version works fine. (It also works fine with myFaces 1.1.4)

      Regards,
      Andrzej

      Attachments

        1. patch.diff
          0.5 kB
          Andrzej Jakubowski

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              frog Andrzej Jakubowski
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: