DayPilot Pro 6.2 SP2

Release date: December 1, 2010 (build 2154)

Bug Fixes

Calendar

  • Bug: IE8 incorrectly calculates relative mouse position (offsetX, offsetY) for inline elements like <span>, <img> that are added to events using BeforeEventRender (e.InnerHTML). This affects the active resizing area and causes flickering during moving (for Shadow="Fill"). A workaround was added to prevent flickering during event move.
  • Bug: The ViewState synchronization didn't work properly for ViewStateEnabled="false", throwing System.FormatException: Invalid length for a Base-64 char array on the server side or Sys.WebForms.PageRequestManagerServerErrorException: Invalid length for a Base-64 char array on the client side.
  • Bug: Message bar position was not updated properly after a full callback update.
  • Improvement: Faster event disposing code speeds up CallBacks in IE (disposing time went down from 873 ms to 23 ms in the main demo page). Drip reports a few memory leaks now but the report doesn't seem to be justified.

Scheduler

  • Bug: RowHeaderCols property was not serialized properly to JSON. It was causing errors on full CallBack. IE was throwing a JavaScript error and Firefox was not rendering the row header columns correctly.
  • Bug: A custom context menu set in BeforeEventRender was not activated properly for mouse click (EventClickHandling="ContextMenu").
  • Bug (F-1130): The Scheduler prevented event bubble from working in other controls (Month, Calendar) on the same page.
  • Bug: The ViewState synchronization didn't work properly for ViewStateEnabled="false", throwing System.FormatException: Invalid length for a Base-64 char array on the server side or Sys.WebForms.PageRequestManagerServerErrorException: Invalid length for a Base-64 char array on the client side.

Month

  • Bug: The ViewState synchronization didn't work properly for ViewStateEnabled="false", throwing System.FormatException: Invalid length for a Base-64 char array on the server side or Sys.WebForms.PageRequestManagerServerErrorException: Invalid length for a Base-64 char array on the client side.

Menu

  • Bug (F-1189): It was not possible to change the menu Items collection later than in Page_Load method.