Completed
Last Updated: 09 May 2022 16:00 by ADMIN
Release 2022.R2
Lewis
Created on: 14 Apr 2022 09:23
Category: Gantt
Type: Bug Report
2
Incorrect value is returned for e.task.end in the save event in Gantt

Bug report

When the end date of a task is edited in the End Time column in Gantt in the save event handler e.task.end returns the new end date value. With versions, before 2020 R3, the old end task value has been returned.
The behavior is inconsistent with editing a task through dragging or by double-clicking on a task as in such case the previous value of the end task will be returned

Reproduction of the problem

  1. Open the Dojo
  2. Edit the date in the 'End Time' column and observe the result in the browser`s console.

Current behavior

With the current version, the new end date is returned.

Expected/desired behavior

The returned e.task.end should be consistent with the other ways of changing the date e.g. dragging or double-clicking on the task.

Regression since 2020.3.915

Environment

  • Kendo UI version: 2022.1.412
  • Browser: [all]
0 comments