Unplanned
Last Updated: 06 Feb 2024 12:56 by Stanislav
Stanislav
Created on: 06 Feb 2024 12:56
Category: TaskBoard
Type: Bug Report
0
TaskBoard's moveEnd action event parameter is incorrect when moving an item in the same column

Bug report

In the TaskBoard, if you move an item within the same column, the moveEnd triggers twice with incorrect action parameters: "remove" and "receive".

Reproduction of the problem

  1. Open this example - https://dojo.telerik.com/OZimATEV/3
  2. Drag an item from the first column to another location in the same column.
  3. Open the browser console.

Current behavior

The moveEnd event triggers twice with e.action "remove" and "receive"

Expected/desired behavior

The moveEnd event should trigger once with e.action "sort"

Environment

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