jodit
jodit copied to clipboard
Incorrect table resizing in iframe mode
Jodit Version: 3.16.5
Browser: Chrome, IE OS: Windows Is React App: False
Code Config:
const editor = Jodit.make("#editor", {
"iframe": true,
"allowResizeY": false,
"height": 800
});
Expected behavior: When resizing a table by dragging any of its corners, the table resizes according to the position of the cursor.
Actual behavior: Sometimes the size of the table changes arbitrarily, does not correspond to the position of the cursor. This issue is most commonly reproduced when resizing by dragging the top corners of a table. Below is an example of incorrect behavior of tables when resizing:
https://user-images.githubusercontent.com/34316026/162759313-726a85fc-590e-4563-a602-c6cd68c7c5b6.mp4