kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][Editor] Error is thrown when resizing image in a resizable table

Open filipKovachev opened this issue 1 year ago • 1 comments

I'm submitting a...

  • Bug report

Current behavior

When resizing an image in a resizable table the following error is thrown Cannot read properties of undefined (reading 'eq').

Expected behavior

When resizing the image in a resizable table no error should be thrown

Minimal reproduction of the problem with instructions

  1. Open the following example: https://stackblitz.com/edit/react-htmyee-1bvvq4?file=app%2Fapp.tsx
  2. Copy the image inside the table
  3. Resize it and observe the error

Reported in Ticket ID: 1666179

filipKovachev avatar Oct 04 '24 05:10 filipKovachev

Also reported in Ticket ID: 1666585

filipKovachev avatar Oct 07 '24 12:10 filipKovachev

Reproducible in stackblitz only. Minor fixes related to image resizing in a table are made in v11.1.0-develop.2.

nstoychev avatar May 27 '25 11:05 nstoychev