Unplanned
Last Updated: 12 Oct 2023 10:18 by SSLOman
Created by: SSLOman
Comments: 0
Category: Diagram
Type: Bug Report
2

Bug report

In a Diagram, if you have a lot of nested data, a "Maximum call stack size exceeded" error is thrown.

Reproduction of the problem

  1. Open this example - https://dojo.telerik.com/OcOBaFoq/3

Current behavior

A Maximum call stack size exceeded error is thrown

Expected/desired behavior

No errors should be thrown.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Completed
Last Updated: 13 Jan 2020 09:16 by ADMIN
Release R1 2020
Created by: Christian
Comments: 0
Category: Diagram
Type: Bug Report
1

Bug report

When exporting a diagram as a PDF, hidden shapes still visible. 

Reproduction of the problem

1. Run this dojo - https://dojo.telerik.com/oRUPUHOb/4
2. Click on "Mask" button
3. Click on "Save as PDF"
4. Open the exported PDF file

Expected/desired behavior

The shape State 1 must not be present on the exported PDF


Unplanned
Last Updated: 19 Mar 2024 16:31 by Indika Samarasekara (Manager - IT Infrastructure)
Created by: Indika Samarasekara (Manager - IT Infrastructure)
Comments: 0
Category: Diagram
Type: Bug Report
0

Bug report

On Zoom Some Connection lines become bolded

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

Zoom the chart randomly

Current behavior

Some Connection lines become bolded


Expected/desired behavior
Connection lines coordination shall be rounded so they render equally

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

Completed
Last Updated: 10 Jan 2022 16:04 by ADMIN
Created by: Michael D
Comments: 1
Category: Diagram
Type: Bug Report
0

The Typescript definitions for Kendo UI define the connections() method which is part of the kendo.dataviz.diagram.Shape interface as follows:

connections(type: string): void;

The documentation (https://docs.telerik.com/kendo-ui/api/javascript/dataviz/diagram/shape/methods/connections) however, specifies:

Returns the connections attached to the shape. You can optionally specify to return only the incoming or outgoing connections.

 

Therefore, connections() should not be of type void and the type parameter should be optional.

 

To solve this issue, we currently cast both the parameter and the result.

Unplanned
Last Updated: 18 Nov 2020 12:03 by ADMIN
Created by: Bogdan
Comments: 1
Category: Diagram
Type: Bug Report
0

I disable the zoom on a diagram by setting the zoom property to 0 and it works.

Unfortunately it crashes the pdf export with the following error:

This is a dojo where the issue reproduces: https://dojo.telerik.com/EveCAnAq

I did a quick investigation in the library and the culprit seems to be the first line of the below function. _zoom is either zero or undefined resulting in NAN.