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

 

Declined
Last Updated: 27 May 2021 10:55 by ADMIN

Reproduction:

  1. Run sample at https://dojo.telerik.com/@GaloisGirl/eRoyEQEQ
  2. Try to heighten any item

Actual result: no item can be heightened

Expected result: all items can be heightened

Unplanned
Last Updated: 12 Jun 2020 11:30 by ADMIN

This can be observed at https://demos.telerik.com/kendo-ui/tilelayout/reordering : when you reorder the items, their "order" property changes, but their order in the HTML source stays the same. This makes the visual layout differ from the logical one.

The Sortable component, however, behaves correctly by reordering items in the HTML source.

See also: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Layout_and_Accessibility

Completed
Last Updated: 12 Nov 2021 09:59 by ADMIN
Release 2021.R3.SP.next

Bug report

setOptions throws an error when toggling reorderable on and off

Reproduction of the problem
Dojo: https://dojo.telerik.com/eReWexEL

Current behavior
Error is thrown in the console when the following is called:

tileLayout.setOptions({ reorderable: false});

tileLayout.setOptions({ reorderable: true });

Expected/desired behavior
No error shall be thrown.

Environment
Kendo UI version: all
jQuery version: all
Browser: [all]

1 2