Declined
Last Updated: 19 Jan 2023 13:06 by ADMIN
Jeremy
Created on: 19 Mar 2020 10:41
Category: Drawing API
Type: Bug Report
1
(IE only)The text inside a textarea DOM element is doubled when the page is exported to PDF

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]
0 comments