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

Dates missing in Schedule month view

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.5-SNAPSHOT
    • 1.1.5
    • Schedule
    • None

    Description

      There is a problem on the month view where the first week of a month is not rendered on all platforms. The example I have been investigating is for October 2006, where on Linux the month is rendered from Monday 2nd October. On Windows the month renders correctly, including the week beginning 25th September.

      The problem is in AbstractScheduleModel, where the following call is made:
      cal.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY);

      On Windows, the date is adjusted to the previous Monday. On Linux it is adjusted to the next Monday.

      Attachments

        1. abstractschedulemodel.patch
          0.7 kB
          Peter Mahoney

        Activity

          People

            jlust Jurgen Lust
            pmahoney Peter Mahoney
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: