Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calender events with end date before 01:00

    Hello,

    when creating an event with an end date before 01:00 the event is expanded to 24:00/12:00 pm.

    You can reproduce it in the "Workday Calendar" example in the 4.1 showcases.

    The problem is in this line 6585 in ISC_Calendar.js:
    eHrs = event[cal.endDateField].getHours() == 0 ? 24 : event[cal.endDateField].getHours(),

    See also: http://forums.smartclient.com/showthread.php?t=26138

    Please fix it again.

    We are using SmartGWTPro 4.1 05.02.2014.

    Regards,

    Peter

    #2
    This is fixed for builds dated February 8 and later

    Comment

    Working...
    X