Repro steps:
- Copy rich text content from a web page with text and image (image should be wider than DTRichTextEditor width).
- Paste it to DTRichTextEditor (Parse the copied "Apple Web Archive pasteboard type" with DTWebArchieve, then create NSAttributeString with DTWebArchieve).
Expected:
The image should fit in DTRichTextEditor
Actual:
The image is not property resized, part of the image is cut by DTRichTextEditor bounds.
Repro steps:
Expected:
The image should fit in DTRichTextEditor
Actual:
The image is not property resized, part of the image is cut by DTRichTextEditor bounds.