Unplanned
Last Updated: 12 Nov 2024 09:01 by JORGE

Bug report

Dragging a card in the TaskBoard selects text in other cards

 

Reproduction of the problem
Open the next demo: https://demos.telerik.com/kendo-ui/taskboard/templates

Drag a Card and observe the automatic selection

Expected/desired behavior
No text shall be highlighted

Environment
Kendo UI version: 2024.3.1015
Browser: [all ]

Unplanned
Last Updated: 06 Nov 2024 13:21 by David

Bug report

When a card in the TaskBoard is moved if the server returns an error the move could not be prevented. Thus, the card is rendered in the new position.

Reproduction of the problem

  1. Open the examples:
  1. Move a card to a different column.

Current behavior

Although the server returns an error the card is moved to the new column.

Expected/desired behavior

Moving the card should be prevented when there is an error.

Environment

  • Kendo UI version: 2024.3.1015
  • Browser: [all ]
Unplanned
Last Updated: 06 Feb 2024 12:56 by Stanislav

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]
Completed
Last Updated: 12 Jan 2024 08:22 by ADMIN

Bug report

The change end moveEnd events of the TaskBoard are triggered twice.

Reproduction of the problem

  1. Open this DOjo example - https://dojo.telerik.com/iNEqiDEc/3
  2. Open the browser console
  3. Move a card to another column

Current behavior

The events are triggered twice.

Expected/desired behavior

The events should be thrown once.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Completed
Last Updated: 17 Mar 2023 12:08 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)
Created by: Mark
Comments: 1
Category: TaskBoard
Type: Bug Report
1

See https://dojo.telerik.com/uLiNOsIT/2

Toggle Button 1 toggles but doesn't execute the command. Toggle Button 2 executes the command but doesn't toggle.

Please advise.

Unplanned
Last Updated: 02 Aug 2022 08:37 by Mark
Created by: Mark
Comments: 0
Category: TaskBoard
Type: Bug Report
1

Bug report

In Kendo Form custom attributes can be added using the items.attributes option. However, when the same option is used in the nested Form for editing the cards in the TaskBoard the custom attribute is not added.

Reproduction of the problem

  1. Open the Dojo
  2. Edit a card and inspect the Name input

Current behavior

screenshot
The custom attribute is added in the Form, but not when it is used for editing the TaskBoard cards.

Expected/desired behavior

The items.attributes option should add an attribute in the TaskBoard editable form.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all ]
Unplanned
Last Updated: 23 Aug 2021 09:35 by Michael

Bug report

The addCard command, called from a TaskBoard in the PreviewPane, is also executing for the parent TaskBoard. That results in a JS error.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/ayUsOwel/6
  2. Open the Preview Pane.
  3. Try adding a Card in the TaskBoard in the Preview Pane.

Current behavior

A JS error is thrown and a card is not created.

Expected/desired behavior

No JS errors should be thrown and the card should be created.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all]
Unplanned
Last Updated: 18 Aug 2021 12:39 by ADMIN

### Bug report

When the TaskBoard is configured with the Kendo Form configuration for Card editing, the built-in Validator options don't run.

### Reproduction of the problem

1. Create a TaskBoard and add the Kendo Form as an editable configuration option.

2. Configure the built-in Validator options.

3. Specify the validation rules for the fields.

4. The fields are not validated when the task is edited.

A Dojo sample for reproduction: https://dojo.telerik.com/iSamumEw/4

### Expected/desired behavior

The task should be validated by using the built-in Validator options of the Kendo Form.

### Environment

* **Kendo UI version: 2021.2.616
* **jQuery version: 1.12.4
* **Browser: [all]