Currently it is possible to resize table rows and columns, when Editor widget is configured as read-only using $($('#editor').data().kendoEditor.body).attr('contenteditable', false)
In Chrome, it is also possible to resize the whole table.
Reproduction of the problem
Go to Editor / Basic usage demo
Insert a table.
Execute the above script in the console to disable content editing.
Try to resize table rows and columns
Current behavior
Table rows and columns will be resized. In Chrome, the whole table may also be resized, as the square handles will be visible when clicking inside a table cell.
Desired behavior
Table rows and columns cannot be resized. The whole table cannot be resized.
Description
Currently it is possible to resize table rows and columns, when Editor widget is configured as read-only using
$($('#editor').data().kendoEditor.body).attr('contenteditable', false)
In Chrome, it is also possible to resize the whole table.Reproduction of the problem
Current behavior
Table rows and columns will be resized. In Chrome, the whole table may also be resized, as the square handles will be visible when clicking inside a table cell.
Desired behavior
Table rows and columns cannot be resized. The whole table cannot be resized.
Environment