Declined
Last Updated: 19 Jan 2023 13:06 by ADMIN

Bug report

When there is a textarea DOM element in a page that is about to be exported to PDF file, the text of the textarea is displayed two times in the exported PDF document. This happens when the papersize property is defined for the kendo.drawing.drawDOM.

Reproduction of the problem

  1. Open this Dojo in Internet Explorer
  2. Press the "Export the current document" button

Current behavior

The text in the exported textarea is doubled. The exported file will look like:
image

Expected/desired behavior

The content inside the textarea should not be doubled, but appear as it is displayed in the browser.

  • Open the above Dojo in Chrome and follow the reproduction steps. The exported file looks like:
    image

Environment

  • Kendo UI version: 2020.1.219
  • jQuery version: x.y
  • Browser: [IE 11]
Declined
Last Updated: 19 Jan 2023 13:05 by ADMIN
Created by: Madhumohan
Comments: 0
Category: Drawing API
Type: Bug Report
1

Bug report

Exporting textareas with kendo.drawing.drawDOM method causes Internet Explorer to throw the following error:
"A problem with this webpage caused Internet Explorer to close and reopen the tab"

Reproduction of the problem

Add multiple textareas in a form. Try to export the form by using the kendo.drawing.drawDOM().
Sample project in ticket ID: 1484320

Current behavior

In IE occasionally the following error is thrown: "A problem with this webpage caused Internet Explorer to close and reopen the tab"

Expected/desired behavior

There should be no error when exporting textareas with drawDom method.

Environment

  • Kendo UI version: 2020.3.913
  • Browser: [IE XX ]
Unplanned
Last Updated: 07 Oct 2020 04:34 by Jing Siang
Created by: Jing Siang
Comments: 0
Category: Drawing API
Type: Bug Report
1

Bug report

The following configuration works only on Chrome (and Chromium based Edge):
https://dojo.telerik.com/AFuJAWoN/12

Reproduction of the problem

The result on IE 11 and FF:

image

Unplanned
Last Updated: 02 Oct 2020 16:48 by ADMIN
Scheduled for 2020.R3.SP.next
Created by: Diego
Comments: 4
Category: Drawing API
Type: Bug Report
0

From package "@types/kendo-ui": "2020.1.0" i found;

class Connection extends Observable {


        options: ConnectionOptions;

        dataItem: any;
        from: kendo.dataviz.diagram.Shape;
        sourceConnector: kendo.dataviz.diagram.Connector;
        targetConnector: kendo.dataviz.diagram.Connector;
        to: kendo.dataviz.diagram.Shape;

        constructor(options?: ConnectionOptions);

The constructor is not correct, it has to be like all example you propose: https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/diagram/methods/addconnection

Please correct typings as soon as possible, it drives me in a use that doesn't works

Completed
Last Updated: 21 Feb 2024 09:14 by ADMIN

Bug report

When exporting large content to PDF using the DrawingAPI it takes much more time in Chrome 100 version compared to Chrome 98 or Chrome 99.

Reproduction of the problem

  1. Open the Dojo example - https://dojo.telerik.com/@NeliKondova/upICAkol
  2. Try to export it using Chrome 98, 99 and 100

Current behavior

The file is exported for about 7-8 seconds with Chrome 98 or 99 and for more than 13 seconds in Chrome 100.

Expected/desired behavior

There should be no performance issues when exporting large content to PDF in Chrom 100. The issue can be replicated also when using a lot of textareas for example.

Environment

  • Kendo UI version: 2022.1.301
  • Browser: [Chrome 100]