Completed
Last Updated: 20 Jan 2022 12:30 by ADMIN
Release 2020.R3.SP1

Bug report

When a draggable item that is part of a tile of the Kendo UI TileLayout is dragged, JavaScript errors are thrown. This is due to the fact that the Draggable widget, internally used, calls the drag event of the widget instances inside the TileLayout.

Reproduction of the problem

1. Edit the live demo in a Dojo: https://demos.telerik.com/kendo-ui/tilelayout/index

2. Make any of the grids, resizable or groupable.

3. Resize or group a column.

4. JavaScript errors are thrown.

Environment

* **Kendo UI version:** 2020.2.617
* **jQuery version:** 1.124
* **Browser:** [all] 

Completed
Last Updated: 16 Feb 2022 14:39 by ADMIN
Release 2022.R1.SP.next
Created by: Anna
Comments: 4
Category: TileLayout
Type: Bug Report
10

Reproduction:

  1. Run sample at https://dojo.telerik.com/@GaloisGirl/iGArIqup/3
  2. Try to heighten item A or C

Actual result: only item B can be heightened

Expected result: all items can be heightened

Completed
Last Updated: 09 Feb 2022 11:49 by ADMIN

Reproduction:

  1. run dojo at https://dojo.telerik.com/@GaloisGirl/aPUgEvUZ

Expected result

  1. First header reads "Text header 1"
  2. Second header reads "Template header"

Actual result

  1. Both Headers read "Text header 1"

Cause

In the "_initContainers" function, when looping over containers, the variable "headerContent" still holds the content of the previous header.

Completed
Last Updated: 02 Jun 2020 09:24 by ADMIN
Release 2020.R2.SP.next
Created by: Anna
Comments: 1
Category: TileLayout
Type: Bug Report
0

Reproduction:

  1. run dojo at https://dojo.telerik.com/@GaloisGirl/IxEGipeT
  2. resize the first item
  3. check the console to e.container

Expected result:

As per https://docs.telerik.com/kendo-ui/api/javascript/ui/tilelayout/events/resize , e.container should be a jQuery object

Actual result:

e.container is undefined