kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Spreadsheet with applied transform selects wrong cells

Open kdikov82 opened this issue 3 years ago • 0 comments

Bug report

Adding transform to the wrapping element of the Spreadsheet (I am assuming this will apply for any parent element as well) breaks the cell selection and wrong cells are selected

Reproduction of the problem

Go to https://dojo.telerik.com/aROPEWig and click on a cell In the example a simple scale is applied:

<style>
  #spreadsheet{
    transform: scale(0.8, 0.8);
  }
  </style>

Current behavior

The clicked cell is selected

Expected/desired behavior

A cell different than the clicked one is selected

Environment

  • Kendo UI version: 2022.2.621
  • Browser: all

kdikov82 avatar Jun 22 '22 06:06 kdikov82