We're trying to add and manipulate images inside the RichTextEditor component in our MVC web application, and we are experiencing odd behavior when our editor does not have a fixed size. Resizing images is near impossible to do, if the editor does not have a fixed size, and expands with the content inside it. The same issue can be seen in the .net core components, as well.
I've added an example where this behavior occurs. It's most prevalent if try to resize by dragging up or down on the corner of the image.
Attachment:
Test_Sample_6e0e83d7.zip