kendo-ui-core
kendo-ui-core copied to clipboard
Spreadsheet with applied transform selects wrong cells
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